data-structures-and-algorithms-java
Blog for code challenge 26: Insertion Sort
Efficiency:
Time: O(n^2)
Space: O(1)