Simple binary tree in Python using the weakref
module. Demonstrates circular references using weakref
for the purpose of easier garbage collection.
Simple binary tree in Python using the weakref
module. Demonstrates circular references using weakref
for the purpose of easier garbage collection.