Which are the Stack Methods?
Insert, Append, Delete, and Next are all valid list operations.
A Red-Black tree is a BST tree.
Linear probing uses the number of times the rehash function has been...
All AVL trees are BST.
An ordered tree in which each vertex has either no children, one...
Every vertex has two children or is a leaf.
For a normal (double-linked) binary tree, 8 pointers are assigned to...
Inserting a node in an AVL tree will sometimes change the height of...
A hash table tends to perform better overall (bot time and space) than...
In Stack Methods:...
In Stack Methods:...
An Array is what kind of data structure.
Property of all trees.
The minimum height of a 14-node B.S.T. is 5
In Stack Methods:
____ Inserts object X onto the stack.
Linear probing is not a good solution for clustering.
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?
In Stack Methods:...
Identify the OverFlow condition for a Queue.
Which data structure is best suited to print the documents in the...
Reading a book (cover to cover) is an example of Post Order Traversal
To Delete an item from a Queue identify the correct set of...
The maximum height of a 14-node B.S.T. is 13
In Stack Methods:
____ rreturns the # of objects in the stack.
What is the advantage of a linear search?
Which one is the Application of Stack?
What is the In Order Traversal:give your answer like 2 3 5 6 7
Postfix notation may not contain negative numbers.
The "best case" search time for a B.S.T. is O(n). (where n =...
Resolving a hash collision by sequentially searching a hash table...
What is the contents of the array after the execution of the...
All parents have the same depth, but not necessarily the same height.
Which Data structure is best suited for the UNDO operation in Windows?
Write the postfix notation of A + B * C / D
An ordered tree in which each vertex has 0, 1, or 2 children.
Write the prefix notation of A + B * C / D
Find the value of the postfix expression :- ABCD ^*- (IF A =...
A In Order traversal may be used to print an arithmetic expression
Which are Binary Trees?
___ 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...
While inserting an item in an array of integers which loop is right,...
To Insert an item from a stack identify the correct set of...
A node connected via edges to a higher node.
For a normal (double linked) binary tree, __ pointers are assigned to...
A linked list of elements that share the same hash location.
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.