Binary search tree data structure and methods for The Odin Project. All of the traversal methods are iterative and not recursive, except for the Pretty Print method taken from TOP.