User:Dmitry Ai/sandbox
Appearance
File:Sorting funel anim.gif A run of funel sorting an array of randomly permuted values. | |
Class | Sorting algorithm |
---|---|
Data structure | Array |
Worst-case performance | |
Best-case performance | (distinct keys) or (equal keys) |
Average performance | |
Worst-case space complexity | total auxiliary |
Optimal | ? |
Funel is a comparison-based sorting algorithm.
Funel sorting algoritm was invented by Vladimir Rybinkin in 9 January 2019.[1]
Overview
[edit]The funel algorithm can be divided into two parts.
In the first step
In the second step
Algorithm
[edit]Pseudocode
[edit]Variations
[edit]Comparison with other sorts
[edit]Example
[edit]Notes
[edit]References
[edit]External links
[edit]Category:Sorting algorithms Category:Comparison sorts Category:Funel Category:Articles with example pseudocode
- ^ {{}}