uccser/cs-field-guide

View on GitHub
csfieldguide/chapters/content/en/glossary/insertion-sort.md

Summary

Maintainability
Test Coverage
# Insertion sort

Start with an empty list, and insert each item in the correct place; this is a relatively slow method, usually between selection sort and quicksort in terms of speed.