JPMorganChase interview question

In Python, how does the garbage collector work?

Interview Answer

Anonymous

Oct 17, 2016

It works by reference counting and by cycle detection.