Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-11 | Tree height partially done. | Haidong Ji | |
Partially because it didn't pass time limitations for test case 19 out of 24. I suspect it's pointer reference stuff that was the cause of the issue. Checking in for now, I need to research and learn more and will tackle this again so it passes all tests. | |||
2019-01-03 | Check bracket done! | Haidong Ji | |
Implementation isn't difficult since I worked the algo out in Java and Python already. I tried to use VS Code to write this but in the end decided to stick with Eclipse. Doing this in VS Code may not be worth the investment. |