Seems like it’s a lazy sort to me (with obvious wrinkles from the fact that the list can grow). It also seems to be a variant of drop sort (which is O(n) via cheating) designed for repeated passes on the remaining list
Seems like it’s a lazy sort to me (with obvious wrinkles from the fact that the list can grow). It also seems to be a variant of drop sort (which is O(n) via cheating) designed for repeated passes on the remaining list