Custom Tree
About
1. Using Classes and Objects
Structure
Example
Advantages
Disadvantages
2. Using Arrays (Implicit Tree Representation)
Structure
Example
Advantages
Disadvantages
3. Using Linked Nodes (Each node storing references to children)
Structure
Example
Advantages
Disadvantages
Which Method is Better?
Last updated