ITE-6201 - Data Structures and Algorithm Analysis oed answer key
Showing 61 to 80 of 228 total answers.
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
The term push and pop is related to _____________.
Answer
stacks
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
Which of the following is an application of stack?
Answer
all of these
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
Each node in singly linked list has _______ fields.
Answer
2
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
Explode is used to delete an element from the stack
Answer
False
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
Linked lists are best suited _____________________.
Answer
for the size of the structure and the data in the structure are constantly changing
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
We can also define a binary tree in a recursive way
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
What are the basic operations performed on a stack?
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
What happens when you push a new node onto a stack?
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
When the largest element is at its root it's called
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
Value of first linked list index is _______________.
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
Which of the following is non-linear data structure?
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
The converse notion of a child, an immediate ancestor
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
The root of a tree is the node that has no ancestors.
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
Herder node is used as sentinel in __________________.
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
The tree ADT stores elements at the nodes of the tree.
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
Which of the following data structures is linear type?
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
A binary search tree is another name for a binary tree.
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
Any node that does not have child nodes are also called
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis