Exam 4: Linked Structures - Stacks

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

What do the LinkedStack and ArrayStack classes have in common?

(Essay)
4.9/5
(27)

Any implementation of a ______ can be used to solve a problem as long as it validly implements the appropriate operations.

(Short Answer)
4.8/5
(39)

A collection is an ______ where the details of the implementation are hidden.

(Short Answer)
4.8/5
(39)

Implementing a list with a sentinel node or dummy node as the first node eliminates the special cases dealing with the first node.

(True/False)
4.8/5
(24)

A ______ is an object that gathers and organizes other objects.If you were to place elements on a collection and then wanted to reverse the order, would it be better to use a Stack or a Queue?

(Short Answer)
4.8/5
(45)

A linked list has no set capacity limitations other than the size of the computers memory.

(True/False)
4.8/5
(37)

What is the difference between a doubly linked list and a singly linked list?

(Essay)
4.8/5
(42)

Object reference variables can be used to create ___________.

(Multiple Choice)
4.8/5
(36)

What is a collection?

(Short Answer)
4.9/5
(42)

What special case exists when managing linked lists?

(Essay)
4.8/5
(31)

What are the advantages to using a linked implementation as opposed to an array implementation?

(Essay)
4.8/5
(39)
Showing 41 - 51 of 51
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)