The Polymathic Engineer

The Polymathic Engineer

Share this post

The Polymathic Engineer
The Polymathic Engineer
Linear Time Sorting
Copy link
Facebook
Email
Notes
More

Linear Time Sorting

Why comparison based algorithms cannot sort in less than O(nlogn). And why counting sort, radix sort and bucket sort can do better.

Franco Fernando's avatar
Franco Fernando
Mar 30, 2024
∙ Paid
12

Share this post

The Polymathic Engineer
The Polymathic Engineer
Linear Time Sorting
Copy link
Facebook
Email
Notes
More
2
2
Share

Hi Friends,

Welcome to the 65th issue of the Polymathic Engineer newsletter. This week, we discuss algorithms capable of sorting array elements in linear time.

The outline will be as follows:

  • Performance limits of comparison-based algorithms

  • Counting Sort

  • Radix Sort

  • Bucket Sort

  • Interesting posts

The Polymathic Engineer is a reader-supported publication. To rec…

This post is for paid subscribers

Already a paid subscriber? Sign in
© 2025 Franco Fernando
Privacy ∙ Terms ∙ Collection notice
Start writingGet the app
Substack is the home for great culture

Share

Copy link
Facebook
Email
Notes
More