Use new rbtree iterators
rbtree_next() has log(N) complexity to advance to the right subtree. The new iterators saves the iteration path during descent. Closes #1668
Loading
Please register or sign in to comment
rbtree_next() has log(N) complexity to advance to the right subtree. The new iterators saves the iteration path during descent. Closes #1668