summaryrefslogtreecommitdiff
path: root/src/main/TreeBstCheck.java
AgeCommit message (Collapse)Author
2019-06-12"is it binary search tree hard" done!Haidong Ji
not too bad, just allowing the right node being equal or greater. Two modifications to the code was needed.
2019-06-11"is it binary search tree" done!Haidong Ji
This is not too bad. Since I got the tree traversal done in the last exercise, I just used the in-order traversal as a base and modified a bit.