diff --git a/README.md b/README.md new file mode 100644 index 0000000..64dc30e --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file