Self Balancing Tree in Python Standard library

Revision en1, by RedEyedDino, 2022-08-16 16:29:22

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

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English RedEyedDino 2022-08-16 16:29:22 237 Initial revision (published)