Multiple choice

Which of the following is not self referential structure?

  1. Link list

  2. Graph

  3. Tree

  4. Stack

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

The data structure which is used to manipulate data is called self referential structure. Graph is a self referential structure. So answer is correct as in Graph structure, we cannot refer all the vertices in some order.