Skip to content

Commit 3df11c6

Browse files
committed
update readme
1 parent 752d75c commit 3df11c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ continually updating 😃.
6565
### Binary Search
6666
* [33. Search in Rotated Sorted Array](./src/0033_search_in_rotated_sorted_array/search_in_rotated_sorted_array.go)   *`array;`*  *`binary search`*
6767
* [34. Find First and Last Position of Element in Sorted Array](./src/0034_find_first_and_last_position_of_element_in_sorted_array/find_first_and_last_position_of_element_in_sorted_array.go)   *`array;`*  *`binary search`*
68-
* [69. Sqrt(x)](./src/0069_sqrtx/sqrtx.go)   *`math`*
68+
* [69. Sqrt(x)](./src/0069_sqrtx/sqrtx.go)   *`math;`*  *`binary search`*
6969
* [704. Binary Search](./src/0704_binary_search/binary_search.go)
7070

7171
<details>

0 commit comments

Comments
 (0)