Exam 4: Linked Structures - Stacks
Exam 1: Introduction36 Questions
Exam 2: Analysis of Algorithms31 Questions
Exam 3: Introduction to Collections - Stacks49 Questions
Exam 4: Linked Structures - Stacks51 Questions
Exam 5: Queues28 Questions
Exam 6: Lists42 Questions
Exam 7: Iterators32 Questions
Exam 8: Recursion57 Questions
Exam 9: Searching and Sorting54 Questions
Exam 10: Trees47 Questions
Exam 11: Binary Search Trees50 Questions
Exam 12: Heaps and Priority Queues29 Questions
Exam 13: Sets and Maps47 Questions
Exam 14: Multi-Way Search Trees47 Questions
Exam 15: Graphs29 Questions
Exam 16: UML16 Questions
Exam 17: Object-Oriented Design54 Questions
Select questions type
What impact would the use of sentinel nodes or dummy nodes have upon a doubly linked list implementation?
(Essay)
4.8/5
(39)
What is the potential problem with the java.util.Stack implementation?
(Essay)
4.8/5
(30)
A linked list is composed of objects that each point to the ______.
(Short Answer)
4.9/5
(41)
A __ is a Java language element used to group related classes under a common name.
(Short Answer)
4.8/5
(33)
What are the advantages to using an array implementation as opposed to a linked implementation?
(Essay)
4.8/5
(36)
The pop operation is implemented by returning a reference to the element currently stored at the top of the stack and adjusting the top reference to the new top of the stack.
(True/False)
4.9/5
(33)
A linked implementation of a stack adds and removes elements from the _______ of the linked list.
(Multiple Choice)
4.7/5
(32)
A data structure that uses object reference variables to create links between objects is:
(Multiple Choice)
4.8/5
(28)
Objects that are stored in a collection should contain implementation details of the underlying data structure.
(True/False)
4.8/5
(44)
Why should a linked list node be separate from the element stored on the list?
(Essay)
4.7/5
(40)
A linked structure uses object reference variables to link one object to another.
(True/False)
4.8/5
(39)
What are some of the other operations that might be implemented for a stack?
(Essay)
4.8/5
(22)
Showing 21 - 40 of 51
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)