Chasmiccoder / Algos-for-Amigos

This repository consists an implementation of the Algorithms encountered in Computer Science, Physics and Mathematics.
MIT License
17 stars 5 forks source link

Created a counting sort algorithm in CPP. #3

Closed lolzone13 closed 3 years ago

lolzone13 commented 3 years ago

Wrote a basic counting sort algorithm.

Let me know if there is anything I need to change or any guideline I need to follow.