summaryrefslogtreecommitdiff
path: root/src/test/TreeBstCheckTest.java
AgeCommit message (Collapse)Author
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.