Add README.md

This commit is contained in:
2026-05-01 19:08:20 +00:00
parent d0b7968cb2
commit 1a24038f84
+9
View File
@@ -0,0 +1,9 @@
# sorting-algorithms-py
A concise Python collection of classic sorting algorithms.
## Implemented algorithms
- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort