I was wondering if there is a self-balancing tree in the standard library of python. I'm aware that there is a sortedcontainers library that has SortedList but this is not in a part of stdlib
Self Balancing Tree in Python Standard library
I was wondering if there is a self-balancing tree in the standard library of python. I'm aware that there is a sortedcontainers library that has SortedList but this is not in a part of stdlib