Closed deltazita closed 1 year ago
I created a RBT with numbers as keys and min/max functions do not work well For example, 'min' considers 7094 < 710 Apologies, I just saw that you can define your own comparator
Yes, because the tree allows values to be anything, so lexical ordering by default seemed like the sensible thing to do.
I created a RBT with numbers as keys and min/max functions do not work well For example, 'min' considers 7094 < 710 Apologies, I just saw that you can define your own comparator