Sorting visualization

User avatar
Pigeon
Posts: 18064
Joined: Thu Mar 31, 2011 3:00 pm

Re: Sorting visualization

Post by Pigeon » Thu Nov 02, 2023 12:29 am


User avatar
Royal
Posts: 10566
Joined: Mon Apr 11, 2011 5:55 pm

Re: Sorting visualization

Post by Royal » Thu Nov 02, 2023 7:11 am

I can imagine you taking LSD and watching sorting visualizations for 8 hours straight.

User avatar
Pigeon
Posts: 18064
Joined: Thu Mar 31, 2011 3:00 pm

Re: Sorting visualization

Post by Pigeon » Thu Nov 02, 2023 1:43 pm

Seeing these videos the drug LSD comes to mind.

But actually

Least Significant Digit

A non in-place sorting algorithm that sorts numbers digit by digit based on individual digit position. We can sort starting from the least significant digit (LSD) to the most significant digit (MSD) or vice versa. Radix sort can incorporate different sorting algorithms to sort digits of the same place value.


Post Reply