Multiple choice

Which of the following data structures can be described as a connected graph with no cycles?

  1. Linked list

  2. Tree

  3. Queue

  4. Stack

  5. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

yes, if there is a graph and there are no cycles in it, then it forms a generic Tree Data structure