I am looking for a list variant that automatically keeps the values sorted. Does Python have a thing like OrderedList readily available?
If not, are there recommended alternatives?
I am looking for a list variant that automatically keeps the values sorted. Does Python have a thing like OrderedList readily available?
If not, are there recommended alternatives?