summaryrefslogtreecommitdiff
path: root/src/test/TreeHeightTest.java
AgeCommit message (Collapse)Author
2019-01-07Tree height recursive version done!Haidong Ji
Following example starter code, I had to specify stackSize when creating the thread. Without it, it won't pass tests due to stack overflow error. I'll still try to work out an iterative version using Queue. We'll see.