...
/Comparison of Different Tree Implementations
Comparison of Different Tree Implementations
Let's decide what design we should use.
We'll cover the following...
Each of the designs has its own strengths and weaknesses. The strengths and weaknesses are discussed in this lesson, and a table summarizes them all.
Pros and cons of different tree implementations
Here are some of the strengths and weaknesses of each design that we may consider:
- Adjacency List is the most conventional design, and many