ObamtechNetworks / sorting_algorithms

A collaborative project about learning the different kinds of the sorting algorithms, Big O notation, time and space complexities and how to implement them
1 stars 0 forks source link

not implemented the print_array inside the couniton_sort function, yet #17

Closed johnlivingprooff closed 9 months ago

johnlivingprooff commented 9 months ago

Hey Michael! Please take a look at the implementation for counting sort, I'm still trying to figure out how to print count[] like the desired output

johnlivingprooff commented 9 months ago

Hey @ObamtechNetworks

I've placed the print_array() in the right place for count[] Which means I've implemented the print_array() in the main function

johnlivingprooff commented 9 months ago

I'll just merge it now to test with the checker 👍