Y
Hacker News
new
|
ask
|
show
|
jobs
by
helpermethod
4667 days ago
Insertion sort. Easy to implement (easier than BubbleSort), very fast for small data sets. Can be used in merge sorts / quick sorts when the set size becomes small.