JPMorganChase interview question

In Python, how does the garbage collector work?

Interview Answer

Anonymous

17 Oct 2016

It works by reference counting and by cycle detection.