@_themastercode_: Radix Sort is a sorting algorithm that organizes numbers by processing their individual digits. Numbers are sorted based on each digit, starting from the least significant (rightmost) to the most significant (leftmost). It uses buckets to collect numbers that share the same digit at the current position being checked. After sorting by one digit, it moves to the next more significant digit, continuing this process until the entire list is sorted. . . If you have any questions or need further clarification, please feel free to ask! . . For more content like this, don't forget to give it a like and follow for regular updates! . . #software #coding #code #algorithm #programming #programmer #learning #radixsort

theMasterCode
theMasterCode
Open In TikTok:
Region: ES
Saturday 20 January 2024 14:01:51 GMT
132633
6499
60
133

Music

Download

Comments

userhjxphfl0um
Codaaaaa~ :
It only works on finitely big numbers :(
2024-01-20 22:24:31
334
pretendodog
pretendodog :
it's interesting because it's one of the few sorting algorithms that isn't comparison based, so it can have better than O(nlogn).
2024-01-30 06:51:42
120
the.favored
Raymond Cotis :
bogo sort wins sorry
2024-02-12 20:51:22
45
ethereal
d :
Cool imma just use sort() though 😊
2024-02-02 17:05:26
21
__mentality_n
Mentalität :
It’s optimizable. I managed to beat normal Rust implementations.
2024-01-20 15:00:15
19
archangel940
archangel940 :
sorting from left to right should be more efficient than right to left. altough i didnt do the math on it. just a hinch
2024-01-20 15:02:26
2
_colpaso
colapso :
Given the maximum number of digits, wouldn't starting on the most significant digit be faster?
2024-01-20 18:37:05
1
d4r1u5_
user6005134119104 :
how it is efficient if its requires to sort numbers 3 times?
2024-01-21 14:02:59
10
nonricordo0.083
Riccardo :
i literally studied this today, is tiktok listening to my lectures?💀
2024-02-02 16:42:42
9
no2banti
/var/home/bavi :
it's basically stable counting sort for each digit, made an implementation of it on cuda, was really fun
2024-02-04 16:38:01
0
100percentpancakes
100percentpancakes :
This is an old video, but this visualization made it perfectly clear how this one works thanks!!!
2025-07-03 09:15:44
0
glookarasaka
Glooku :
😂
2025-06-01 00:40:56
0
booktoknerd
Dylan :
😁
2025-06-01 23:47:06
0
m80.smk
Mateusz Ustyjańczuk :
😂
2025-05-30 10:35:32
0
information_engineering
tm_TM :
😎😎😎
2025-01-27 18:01:19
0
maxxrth8
️ :
🙏🙏🙏
2025-05-31 17:56:49
0
drippinnjimmy
Drippin' Jimmy :
the voice sounds like phreak
2024-01-21 11:34:21
3
To see more videos from user @_themastercode_, please go to the Tikwm homepage.

Other Videos


About