mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-29 20:26:07 -04:00
Update README.md
This commit is contained in:
parent
e7995a9461
commit
96607ab5e2
@ -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…
x
Reference in New Issue
Block a user