1.

A Graph Structured Stack is a _____________(a) Undirected Graph(b) Directed Graph(c) Directed Acyclic Graph(d) Regular GraphAsked question is from Incidence Matrix and Graph Structured Stack topic in section Graph of Data Structures & Algorithms IThe question was posed to me in an online quiz.

Answer»

The CORRECT option is (C) Directed ACYCLIC Graph

The BEST explanation: A Graph Structured Stack is a Directed Acyclic Graph with each path representing a stack.



Discussion

No Comment Found

Related InterviewSolutions