Sorting by Counting
How to properly implement the counting sort algorithm. And when to use it for optimizing the performance.
Hi Friends,
Welcome to the 4th issue of the Polymathic Engineer newsletter.
This week we will cover the following topics:
Comparison vs Non-Comparison based sorting methods
The basics of counting sort
How to count keys frequencies
How to use keys’ frequenci…