______ is a data structure in which elements are added to the rear and...
To remove an elemnt from the end (queue)
In Stack Methods:
____ Inserts object X onto the stack.
______ hashing uses 2 hash funtions to calculate the probe value
Inserting a node in an AVL tree will sometimes change the height of...
A red-black tree is also a B.S.T.
An enque is the opposite of a deque
___ is the condition resulting when two or more keys produce the same...
_____ is resolving a collison by computing a new hash location from a...
The unique vertex in a rooted tree
In Stack Methods:...
Which are the Queue Methods
An ordered tree in which each vertex has 0, 1, or 2 children
What is the In Order Traversal:
Which are the Stack Methods
A Red-Black tree is an BST tree
A queue is and ADT in which elemets are added and removed from one end...
To insert an element at the rear (queue)
A node connected via edges to a higher node
A Full Binary Tree in which all leaves have the same depth
LIFO structire stands for...
A _____ function used to manipulate the key of an element in a list to...
Insert, Append, Delete, and Next are all valid list operations.
A node connected via edges to a lower node
Property of all trees
A hash table tends to perform better overall (bot time and space) than...
Reading a book (cover to cover) is an example of Post Order Traversal
For a normal (double linked) binary tree, __ pointers are assigned to...
In Stack Methods:...
____ is the technique used for inserting and accessing elements in a...
A node at level X is also said to be a depth of X
The length of the path from the root to the vertext of interst
The process of creating a B.S.T. (requires/does not require) sorting...
The tendency of elements to become unevenly distributed in the hash...
The name of the second child of a vertex on a binary tree
_____ probing resolving a hash collision by generating pseudorandom...
Postfix notation may not contain negative numbers
Linear probing is not a good solution for clustering
An ordered tree in which each vertex has either no children, one...
A post oder traversal may be used to evaluate an arithmetic expression
Resolving a hash collision by sequentially searching a hash table...
The length of the longest path from a vertex to a leaf that is a...
In Stack Methods:...
Stack is an Abstract Data Type
The "best case" search time for a B.S.T. is O(n). (where n =...
Reading a book (cover to cover) is an example of Pre Order Traversal
The DIR command in DOS (which returns fil/folder sizes) untilizes a...
For a normal (double-linked) binary tree, 8 pointers are assigned to...
The minimum height of a 14-node B.S.T. is 5
A child (grandchild, great-grand-child, etc...) of a specific vertext.
All parents have the same depth, but not necessarily the same height
General trees will always have fewer nodes than its binary tree...
The maximum height of a 14-node B.S.T. is 13
In Stack Methods:
____ rreturns the # of objects in the stack.
Pez Dispenser Anaolgy
Every vertex has two children or is a leaf
______ probing is resolving a hash collision by using the rehashing...
If "X" is a descendent of "Y", then "Y"...
Any non-leaf vertext
All ordered trees are binary trees
The running time of RETREIVE call on a linked list is O(1) = constant
Linear probing uses the numer of times the rehash function has been...
All AVL trees are BST
Rehashing guarentees a reduction in clustering
Stack is an Abstract Class
A collection of elements associated with a particular hash location
A BST tree is always balanced
Prior to inserting intoa B.S.T., you must sort the tree
Which are Binary Trees?
A splay tree is also an AVL
Double hashing requires more "computational overhead" than...
All the descendents of a vertex
Red-Black trees are tree that have been restrctured with a heuristic...
Which are Perfect Binary Trees?
A linked list of elements that share the same hash location
A In Order traversal may be used to print an arithmetic expression
Choose two ways to resolve problems following a deletion in a list...
What is a disadvantage of using buckets for collision resolution?...
Which are Full Binary Trees?
Which are Binary Search Trees?