2-Opt Sort A sorting algorithm that I created based on the 2-opt algorithm for the Travelling Salesman Problem TIme Complexity: O(n^3) In-Place: Yes Stable: No