/BinarySearchTreeIterator

A c++ STL style iterator for binary search tree with augmented node structure

Primary LanguageC++

BinarySearchTreeIterator

A c++ STL style iterator for binary search tree with augmented node structure The operators that are overloaded: ++,--,+,-,*,==,=

I have only implemented the insertion operation. Deletion will be done later.