Inspiration

Fast sorting algos

What it does

Sorts numbers without comparing them

How we built it

Using a dictionary in python to reduce memory

Challenges we ran into

Implemented an array logic first, but had problems with negative integers and too big max numbers. required a lot of memory

Accomplishments that we're proud of

Used command line arguments for the input list

What we learned

Count sort

What's next for Count-Sort

Radix sort

Built With

Share this project:

Updates