becurrie / py-sorts

Sorting algorithms with python.
MIT License
9 stars 2 forks source link

Sorting algorithms #1

Open becurrie opened 6 years ago

becurrie commented 6 years ago

Anyone looking for a fun side project. Looking to implement new sorting algorithms into the application.

Algorithms currently implemented:

Sort Type Author Pull Request
Bubble becurrie
Bogo becurrie
Selection becurrie
Merge becurrie
Quick becurrie
Radix becurrie
Insertion garroadran #2
Recursive Insertion garroadran #2
Heap garroadran #2
Shell underhood32 #3
dliberat commented 6 years ago

Hi there. I can toss in heapsort and insertion sort tomorrow, if you'd like!

becurrie commented 6 years ago

@garroadran sounds great! Looking forward to seeing them!

becurrie commented 6 years ago

@garroadran Thanks again Dan! Appreciate the additions made!

2

dliberat commented 6 years ago

My pleasure! I might come back and do another one for you later this week if I have time!