codemistic / Data-Structures-and-Algorithms

A repository to help the open-source community with DSA related contributions
MIT License
322 stars 333 forks source link

Counting sort #750

Open FrancoMLG opened 3 weeks ago

FrancoMLG commented 3 weeks ago

Addition of counting sort in Python, this sorting method sorts positive integers.