File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 138
138
139
139
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
140
140
| --- | --------------------------------------------------------------------- | -------------------------------------------------------------------- | --------- | --------- | ---------- | --- | ---------------------- |
141
- | 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 |
142
- | 278 | [ First Bad Version] ( https://leetcode.com/problems/first-bad-version/ ) | [ JavaScript] ( ./JavaScript/First-Bad-Version.js ) | _ O(logn)_ | _ O(1)_ | Easy | | Binary Search |
141
+ | 278 | [ First Bad Version] ( https://leetcode.com/problems/first-bad-version/ ) | [ Java] ( ./Java/May-LeetCoding-Challenge/Day-1-First-Bad-Version.java ) <br > [ JavaScript] ( ./JavaScript/First-Bad-Version.js ) | _ O(logn)_ | _ O(1)_ | Easy | | Binary Search |
143
142
144
143
<br />
145
144
<div align =" right " >
You can’t perform that action at this time.
0 commit comments