Library sort: Difference between revisions

Content deleted Content added
m top: comma unnecessary/unbalanced
Sulhan (talk | contribs)
m Pseudocode: : remove trailing ")"
 
(One intermediate revision by one other user not shown)
Line 52:
'''for''' i ← 1 to floor(log2(n-1)) '''do'''
rebalance(S, 1, 2^(i-1)))
'''for''' j ← 2^(i-1) to 2^i '''do'''
ins ← binarysearch(A[j], S, 2^i)
Line 67:
{{sorting}}
 
[[Category:Sorting algorithms]]
[[Category:Comparison sorts]]
[[Category:Stable sorts]]