9 lines
171 B
Markdown
9 lines
171 B
Markdown
# sorting-algorithms-py
|
|
|
|
A concise Python collection of classic sorting algorithms.
|
|
|
|
## Implemented algorithms
|
|
- Bubble Sort
|
|
- Selection Sort
|
|
- Insertion Sort
|
|
- Merge Sort |