SFU ID: 301363019
Github username:YSonik
Line and file: main.c
Expected behavior: Free's the memory allocated for each node in the tree
Observed behavior: no such function or function call
Question: After completing the two functions for part 2 of the assignment, I ran valgrind on the executable and observed that it detected memory leaks. I then inspected the main.c file and was unable to find any calls to a function which would free the memory associated with each node of the tree. Are we expected to implement a function that will free the memory?