A stack-linked list is a data structure that uses a ______ to create a stack.

Skill/Topic: Stacks using Linked List
A) Linked List
B) Queue
C) Doubly linked list

Showing Answers 1 - 2 of 2 Answers

shamish59

  • Jun 25th, 2006
 

stacklinked list uses linked list to create stack

  Was this answer useful?  Yes

uttama

  • Feb 13th, 2007
 

Ans to this question is: Linked-list because, queue can be only implemented by FIFO! and doublly link list is used for both ends! hence linked list is correct option!

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions