Spaghetti Sort is a sorting algorithm that uses the analogy of spaghetti sticks of varying lengths: the tallest 'stick' is repeatedly removed to produce a sorted sequence.
Paradigm
Non-Comparison / Physical Analogy
Author
Inspired by physical spaghetti sorting
Tier
Time Complexity
Best
Avg
Worst
Space
O(n)
Properties