Update README.md

This commit is contained in:
Marina S 2023-07-30 21:46:09 -07:00 committed by GitHub
parent 7fdb76fce8
commit 16a1b8b501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,11 @@
---- ----
### `sorting_algorithms.py` ## examples
<br>
#### `sorting_algorithms.py`
<br> <br>
@ -25,7 +29,7 @@ Testing quick sort: [1, 2, 3, 5, 6, 10]
<br> <br>
### `binary_search.py` #### `binary_search.py`
<br> <br>