Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayon-SSP authored Apr 8, 2024
1 parent 2ce0ca8 commit 94794b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 2]_Algorithms/1]_Searching/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ print(BinarySearch(lst,6))
<tr>
<td>Binary Search</td>
<td>O(1)</td>
<td>O(n log n)</td>
<td>O(n log n)</td>
<td>O(log n)</td>
<td>O(log n)</td>
<td>O(1)</td>
</tr>
</table>
</body>
</html>
</html>

0 comments on commit 94794b0

Please sign in to comment.