iiitv / algos

Popular Algorithms and Data Structures implemented in popular languages
MIT License
1.07k stars 495 forks source link

Added CountingSort.cpp #841

Open Phagun26 opened 1 year ago

Phagun26 commented 1 year ago

This is the code for counting sort in c++ language using static memory allocation

Fixes #825

By submitting this pull request I confirm I've read and complied with the below declarations.