codemistic / Data-Structures-and-Algorithms

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

Counting sort #750

Open FrancoMLG opened 4 months ago

FrancoMLG commented 4 months ago

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