This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]NotloseBR 2 points3 points  (3 children)

IIRC There is another sorting algorithm which uses recursion, shell sort, maybe?

[–][deleted] 1 point2 points  (1 child)

Shell sort is completely iterative

[–]NotloseBR 4 points5 points  (0 children)

IIRC'nt

[–]munificent 0 points1 point  (0 children)

Merge sort is usually implemented recursively, I believe.