========COMPACT INSERTION SORTER-========= Learn more here: https://en.wikipedia.org/wiki/Insertion_sort =========================================== Able to sort hundreds of values in seconds! This is a type of sorting mechanic similar to that of bubble sorting, in that the program compares the current value and the value behind it and decides which value is larger. If the current value is smaller than the one behind it, it replaces that value with the current one. It then continues for the remainder of the list and reexamines the list until it is completely sorted. =========================================== All by me, @BlueSkies_Studios =========================================== Feel free to use in your projects, credit would be appreciated :D