Insert, Append, Delete, and Next are all valid list operations.
Linear probing uses the number of times the rehash function has been...
Which are the Stack Methods?
A Red-Black tree is a BST tree.
All AVL trees are BST.
Inserting a node in an AVL tree will sometimes change the height of...
Every vertex has two children or is a leaf.
An Array is what kind of data structure.
An ordered tree in which each vertex has either no children, one...
For a normal (double-linked) binary tree, 8 pointers are assigned to...
A hash table tends to perform better overall (bot time and space) than...
The minimum height of a 14-node B.S.T. is 5
In Stack Methods:
____ Inserts object X onto the stack.
Property of all trees.
Linear probing is not a good solution for clustering.
In Stack Methods:...
In Stack Methods:...
Which are the Queue Methods?
A Stack follows the principle of?
With every push in the stack the top:
The process of creating a B.S.T. (requires/does not require) sorting...
______ is a data structure in which elements are added to the rear and...
The length of the longest path from a vertex to a leaf that is a...
A BST tree is always balanced.
Reading a book (cover to cover) is an example of Pre Order Traversal.
Identify the UnderFlow condition for a Stack.
What is the disadvantage of a binary search?
Which data structure is best suited to print the documents in the...
In Stack Methods:
____ rreturns the # of objects in the stack.
In Stack Methods:...
Identify the OverFlow condition for a Queue.
To Delete an item from a Queue identify the correct set of...
Reading a book (cover to cover) is an example of Post Order Traversal
What is the advantage of a linear search?
The maximum height of a 14-node B.S.T. is 13
Resolving a hash collision by sequentially searching a hash table...
Which one is the Application of Stack?
Postfix notation may not contain negative numbers.
The "best case" search time for a B.S.T. is O(n). (where n =...
What is the In Order Traversal:give your answer like 2 3 5 6 7
What is the contents of the array after the execution of the...
Write the postfix notation of A + B * C / D
All parents have the same depth, but not necessarily the same height.
An ordered tree in which each vertex has 0, 1, or 2 children.
Which Data structure is best suited for the UNDO operation in Windows?
A In Order traversal may be used to print an arithmetic expression
Write the prefix notation of A + B * C / D
___ is the condition resulting when two or more keys produce the same...
To delete an item from an array which loop is correct, where p is the...
Find the value of the postfix expression :- ABCD ^*- (IF A =...
Which are Binary Trees?
A node connected via edges to a higher node.
A linked list of elements that share the same hash location.
To Insert an item from a stack identify the correct set of...
For a normal (double linked) binary tree, __ pointers are assigned to...
While inserting an item in an array of integers which loop is right,...
The name of the second child of a vertex on a binary tree.
Find the postfix expression of the following:- A OR B AND ! C
If the search item lies in the upper half in case of binary search...
____ is the technique used for inserting and accessing elements in a...
A _____ function used to manipulate the key of an element in a list to...
Which are Full Binary Trees?
What is the disadvantage of using buckets for collision resolution?
If "X" is a descendent of "Y", then "Y"...
Choose two ways to resolve problems following a deletion in a list...
All the descendents of a vertex.