Answer from cs61c-cn (Shao Lin 16641126) for Question 4 It cannot be reclaimed using the reference count method because it would count the bottom-right structure twice. Mark and sweep method works because it will not read the last structure twice.