mikeizbicki / cmc-csci046

CMC's Data Structures and Algorithms Course Materials
52 stars 152 forks source link

BST solution uploaded #512

Open mikeizbicki opened 1 year ago

mikeizbicki commented 1 year ago

I've posted my solution to the BST homework at https://github.com/mikeizbicki/containers/tree/bst_solution. If you are still working on the AVL tree problems, you are welcome to use my BST solution as starter code.

Recall that the AVL tree depends on a fully working BST implementation. If you didn't get parts of the BST assignment for whatever reason, I recommend that you use my BST implementation.