mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-05-22 16:31:15 -04:00
Update README.md
This commit is contained in:
parent
e7995a9461
commit
96607ab5e2
1 changed files with 0 additions and 34 deletions
|
@ -13,37 +13,3 @@
|
|||
</p>
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
----
|
||||
|
||||
### some examples in this dir
|
||||
|
||||
<br>
|
||||
|
||||
#### `sorting_algorithms.py`
|
||||
|
||||
<br>
|
||||
|
||||
```python
|
||||
> python3 sorting_algorithms.py
|
||||
|
||||
|
||||
Array: [3, 5, 1, 2, 10, 6]
|
||||
Testing merge sort: [1, 2, 3, 5, 6, 10]
|
||||
Testing quick sort: [1, 2, 3, 5, 6, 10]
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
#### `binary_search.py`
|
||||
|
||||
<br>
|
||||
|
||||
```python
|
||||
> python binary_search.py
|
||||
Recursive: 6
|
||||
Iterative: 6
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue