Click to generate a list/sort. Use arrows keys to fine tune the list size.
Use turbo mode or turn off progress if slow. Data type: 0 is a uniform data set Data type: 1 is a random data set This is an insertion sorting algorithm that uses binary search to become a fairly fast sorting algorithm. I made a normal insertion sorting algorithm for a previous project (I didn't know the type then), and wanted to speed it up by using a binary search (again didn't know that was a thing either). #binarysearch #sorting #insertionsort