From charlesreid1

No edit summary
Line 7: Line 7:
==Flags==
==Flags==


{{TreeFlag}}
{{TreesFlag}}
[[Category:Trees]]
[[Category:Trees]]

Revision as of 01:32, 11 June 2017

Linked tree class

A more generic version of the linked binary tree implementation LinkedBinTree (link: Binary Trees/LinkedBinTree)

This is a concrete implementation (making a decision about the low-level details of how the object will be arranged in memory) of the Tree ADT (see Trees/ADT).

Flags