Skip to content

Commit 31df46e

Browse files
Update README.md
1 parent ee2f60a commit 31df46e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@
138138

139139
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
140140
| --- | --------------------------------------------------------------------- | -------------------------------------------------------------------- | --------- | --------- | ---------- | --- | ---------------------- |
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 |
143142

144143
<br/>
145144
<div align="right">

0 commit comments

Comments
 (0)