I need to print a diagram of an AVL tree in java, the only requirements are I need to use an iterator and cannot use arraylist...arbitrary aspect from my prof. Because it is AVL, I can't seem to find a logical way around getting rid of a NoSuchElementException when there is a hole in the tree. Any suggestions?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|