ITE-6201 - Data Structures and Algorithm Analysis oed answer key
Showing 41 to 60 of 228 total answers.
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
To make heap from range we used ____________
Answer
make_heap()
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
Given the code, the program will ____________
Answer
Create a node
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
Nodes of a binary tree is in particular order
Answer
False
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
Stack is stored in a single dimensional array
Answer
True
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
This is the insertion operation in the stack.
Answer
push
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
The term used to insert an element into stack.
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
A program to maintain the routes in an airline.
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
A tree is an example of a linear data structure
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
In a graph, if E=(u,v), it means _____________.
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
Stack follows the strategy of ________________.
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
Two nodes that are children of the same parents
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
Which is the pointer associated with the stack?
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
dequeue() takes the last element from the queue.
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
New nodes are added to the ________ of the queue.
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
The following code illustrates __________________
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
The term push and pop is related to _____________
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
This refers to a linear collection of data items.
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
Which of the following an application of a stack?
#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis