Answer from cs61c-bd (Dae-hyeon Wi 17782249) for Question 3 I am confusing about self-referential structures. I learned these in JAVA, so I didn't have to worry aboud memory management in creating linked list, tree, table, and so on. But in C, I don't know how to manage memory in self-referential structures and handle gabage memories.