From 1a24038f8416e97b72519d3b7ae6ae9aea229e4f Mon Sep 17 00:00:00 2001 From: Aryan Date: Fri, 1 May 2026 19:08:20 +0000 Subject: [PATCH] Add README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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