ITE-6201 - Data Structures and Algorithm Analysis oed answer key

Showing 1 to 20 of 228 total answers.

#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis

What is a queue?

Answer

FIFO

#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis

What is a run list?

Answer

small batches of records from a file

#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis

Using put() can perform

Answer

replace key-value pair

#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis

Describe the following code

Answer

A function that will insert a node in an arbitrary position

#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis

Enqueue is also called push

Answer

True

#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis

A hierarchical data structure

#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis

A queue applies FIFO ordering

#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis

A queue displays LIFO behavior.

#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis

A stack displays FIFO behavior.

#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis

stack() creates an empty stack.

#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis

The method used by card sorter.

#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis

Another name for directed graph.

#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis

Binary search trees are ordered.

#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis

Marked the birth of graph theory

#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis

Clr() is used to clear the stack.

#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis

Graphs consists of the following :

#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis

This indicates the end of the list.

#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis

Which indicates pre-order traversal?

#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis

A tree can not be empty with no nodes

Page 1 of 12