Answer from cs61c-eb (Dae-Yeon Kim 16568138) for Question 4 It won't work with reference count method, because by using this method, the computer simply won't count things that are pointing to null. It will work with mark and sweep method, because it will reclaim everything that is reachable (and everything is reachable in this structure).