Answer from cs61c-be (Tony Yiu 15099596) for Question 3 I'm still not very used to using pointers. Like the problems above it took me a bit to think what I should make things point to and whether I should declare variables or pointers. Structs seem useful, I remember using classes in Java so they don't seem too bad.