prabhupant / python-ds

No non-sense and no BS repo for how data structure code should be in Python - simple and elegant.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interesting sorting algorithms

hugoecarl opened this issue · comments

I have an interest in sorting algorithms, already done a PR for bucket sort #250 that i think it's important and cool, any more to add in repo? A list for me and others to work would be interesting.

What about radix sort? I would like to write it.