Hi:
Does anyone know what the interface for the RBTree() is? I was not able to find it in the Python documentation: https://pypi.org/project/bintrees/.
Also, what does it mean for the candidates[Number(next_smallest.a+1,next_smallest.b)] = None mean?
I know this is constructing the next node, but what does equaling it to None mean?
Thanks!