Answer from cs61c-ak (Tony Lai 15937131) for Question 4 It cannot be reclaim by the reference count method, because all the blocks are being point. It can be reclaim by mark and sweep, since it is a loop all by itself, with nothing else pointing to it other thn the pointers within its own structure.