Make `list.sort` stable (#103)
Python gaurantees that its builtin sort for mutable sequences is stable. For more details, see note (9) in: * https://docs.python.org/2/library/stdtypes.html#mutable-sequence-types I couldn't come up with a decent way to test this.
Showing
Please register or sign in to comment