Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

insertion sort

You are here: irt.org | FOLDOC | insertion sort

<algorithm> A sorting algorithm that inserts each item in the proper place into an initially empty list by comparing it with each item in the list until it finds the new element's successor or the end of the list.

Compare bubble sort.

(1997-02-12)

Nearby terms: inquiry/response system « INRIA « insanely great « insertion sort » INSIGHT » Insignia Solutions, Inc. » inspection

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb