We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724ea4d commit 78c12a3Copy full SHA for 78c12a3
README.md
@@ -7,3 +7,19 @@ When I wrote these codes I was learning Python and I wanted to do some exercises
7
since I was taking Data Structures classes in college I implemented the algorithms in Python, I already knew the most
8
well-known sort algorithms, but I ended up getting myself excited and learning a few more as was the case with Comb,
9
Gnome Cocktail and Shell Sort.
10
+
11
+The following algorithms were implemented:
12
13
+- Bubble
14
+- Bucket
15
+- Cocktail
16
+- Comb
17
+- Counting
18
+- Gnome
19
+- Heap
20
+- Insertion
21
+- Selection
22
+- Merge
23
+- Quick
24
+- Radix
25
+- Shell
0 commit comments