Library sort: Difference between revisions

Content deleted Content added
OAbot (talk | contribs)
m Open access bot: add arxiv identifier to citation with #oabot.
Muf99 (talk | contribs)
m fix description of binarysearch in pseudocode
Line 68:
insert A[j] at S[ins]
 
Here, <code>binarysearch(el, A, k)</code> performs [[binary search]] in the first {{mvar|k}} elements of {{mvar|A}}, skipping over gaps, to find a place where to locate element {{mvar|A[j]el}}. Insertion should favor gaps over filled-in elements.
 
== References ==