Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 313 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 313 Bytes

C - Binary trees

This was a partner project in which we learned about the details, advantages, and disadvantages of using trees as data structures. We learned about how to qualify trees as well as how to traverse them. Throughout the project, we implemented binary, binary search, AVL, and Max Binary Heap trees.