Graph with no Cycle
Tree has root and no loop
In worst-case scenarios (when a tree has only one child per node), performance degrades to that of a linked list at O(n). Mind maps are also tree data structures. Unlike graphs, tree data does not support priority relationships.
Tree Data Structures

Seonglae Cho