Topic: "mirrored-binary-tree"
TebogoYungMercykay/Binary-Search-Tree--Simple-Travesals--and-Recursion
In this implementation of BSTs, One will be a standard BST where the left child has a smaller value than the right child. The other will be a mirrored BST where the right child has a smaller value than the left child.
Language: Java - Size: 155 KB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0
