Welcome to InsertionSort! InsertionSort is one of the many different algorithms for organizing elements, or values, or strings, or anything in an array or list. InsertionSort sorts an element by inserting it in it's spot in the rest of the sorted elements. all of this happens in one array or list
I RECOMMEND TURBO MODE (Hold Shift and click the green flag) red is the unsorted elements green is the sorting/sorted elements 100% Pen