Takeaways

Code

January 23rd's code is a tree data structure that represents a shell that will navigate a file system on a computer using commands (cd, ls, pwd, mkdir, etc).You can download the zip, extract it, and then import project with your IDE.
January 30th code represents a BST that holds integers. It is important that you understand how the insert() method works. You can download the zip, extract it, and then import project with your IDE.