DescriptionAdd treap ascending Iterators.
Add ascending iterators. An Iterator retains a reference to a Treap and
returns successive values. It functions identically to VisitItemsAscend,
save that it retains its iteration state and can be invoked iteratively.
Patch Set 1 #
Total comments: 2
Patch Set 2 : Avoid stack for nil left node case. #Messages
Total messages: 9 (2 generated)
|