Sort A Sort algorithm takes an array of values and rearranges them in order. API function GenericSort (array, comparator?, step?) {} Implementations BubbleSort InsertionSort QuickSort SelectionSort Resources 2.1 Elementary Sorts - Algorithms (4th ed) Selection.java - Algorithms (4th ed) Selection Sort - trekhleb/javascript-algorithms