Explain how Trees and Graphs can be represented by arrays
and linked structures with examples.
Answers
Answered by
4
Explanation:
Binary trees in linked representation are stored in the memory as linked lists. These lists have nodes that aren't stored at adjacent or neighboring memory locations and are linked to each other through the parent-child relationship associated with trees.
Answered by
1
Answer:
explain how trees and graphs can be represented by arrays
are linked structure with examples.
Explanation:
sorry I can't help
Similar questions