File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -395,10 +395,10 @@ int binarySearch(int[] nums, int target){
395
395
return ... ;
396
396
}
397
397
```
398
- | No. | Title | Solution | Difficulty | Time | Space | Topic |
399
- | -------------------------------------------------------------------------------------- | :------------------------------------------------------------------------ :| :---------------------------------------------------------------------------------------------- :| ------------ | -------------------------------------- - | ------------------------------ - | -------------- - |
400
- | [0704 ](https:// kimi0230.github.io/ LeetcodeGolang/ Leetcode/ 0704. Binary- Search/ ) | [704 . Binary Search](https:// leetcode.com/ problems/ binary- search/ ) | [Go](https:// github.com/ kimi0230/ LeetcodeGolang/ tree/ master/ Leetcode/ 0704. Binary- Search) | Easy | 最差:O(long n)< br> 最佳O(1 )剛好在中間 | 迭代: O(1 ) < br/ > 遞迴O(log n) | Binary Search |
401
- | [0875 ](https:// kimi0230.github.io/ LeetcodeGolang/ Leetcode/ 0875. Koko- Eating- Bananas/ ) | [875 . Koko Eating Bananas](https:// leetcode.com/ problems/ binary - search / ) | [Go](https:// github.com/ kimi0230/ LeetcodeGolang/ tree/ master/ Leetcode/ 0875. Koko- Eating- Bananas) | Medium | O(n log m) | O(1 ) | Binary Search |
398
+ | No. | Title | Solution | Difficulty | Time | Space | Topic |
399
+ | -------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------ :| :---------------------------------------------------------------------------------------------- :| ------------ | -------------------------------------- - | ------------------------------ - | -------------- - |
400
+ | [0704 ](https:// kimi0230.github.io/ LeetcodeGolang/ Leetcode/ 0704. Binary- Search/ ) | [704 . Binary Search](https:// leetcode.com/ problems/ binary- search/ ) | [Go](https:// github.com/ kimi0230/ LeetcodeGolang/ tree/ master/ Leetcode/ 0704. Binary- Search) | Easy | 最差:O(long n)< br> 最佳O(1 )剛好在中間 | 迭代: O(1 ) < br/ > 遞迴O(log n) | Binary Search |
401
+ | [0875 ](https:// kimi0230.github.io/ LeetcodeGolang/ Leetcode/ 0875. Koko- Eating- Bananas/ ) | [875 . Koko Eating Bananas](https:// leetcode.com/ problems/ koko - eating - bananas / description / ) | [Go](https:// github.com/ kimi0230/ LeetcodeGolang/ tree/ master/ Leetcode/ 0875. Koko- Eating- Bananas) | Medium | O(n log m) | O(1 ) | Binary Search |
402
402
403
403
404
404
-- -
You can’t perform that action at this time.
0 commit comments