Answer from cs61c-et (Bryant Chae 14937777) for Question 4 Yes you can use the reference count method because it is not circular. It cannot be reclaimed using the mark and sweep method because it is able to be traversed using depth first search.