Skip to content

Commit 78c12a3

Browse files
committed
reaft
1 parent 724ea4d commit 78c12a3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,19 @@ When I wrote these codes I was learning Python and I wanted to do some exercises
77
since I was taking Data Structures classes in college I implemented the algorithms in Python, I already knew the most
88
well-known sort algorithms, but I ended up getting myself excited and learning a few more as was the case with Comb,
99
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

Comments
 (0)