Skip to content

Commit b245ed4

Browse files
Update README.md
1 parent f181dc4 commit b245ed4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,17 @@
8989
</div>
9090
<br/>
9191

92+
## Binary Search
93+
| # | Title | Solution | Time | Space | Difficulty | Tag | Note|
94+
|-----|---------------- | --------------- | --------------- | --------------- | ------------- |--------------|-----|
95+
278| [First Bad Version](https://leetcode.com/problems/first-bad-version/)|[Java](./Java/May-LeetCoding-Challenge/Day-1-First-Bad-Version.java)|_O(1)_|_O(logn)_|Easy|| Modified Binary Search |
96+
97+
<br/>
98+
<div align="right">
99+
<b><a href="#algorithms">⬆️ Back to Top</a></b>
100+
</div>
101+
<br/>
102+
92103
## LinkedList
93104
| # | Title | Solution | Time | Space | Difficulty | Tag | Note|
94105
|-----|---------------- | --------------- | --------------- | --------------- | ------------- |--------------|-----|

0 commit comments

Comments
 (0)