DataStructures.Tree icon indicating copy to clipboard operation
DataStructures.Tree copied to clipboard

Circular reference between node.children[n] and node.parent

Open stephen-james opened this issue 12 years ago • 0 comments

Need to resolve circular references, by "privatising" link back to parent and only exposing that via a "getter" method.

Deeper issue here is private values using Base.

stephen-james avatar Mar 22 '13 16:03 stephen-james