Data Structures and File Organization
QUIZ # 3 TAKE HOME
Covers:
Binary Trees Test I
Multiple Choice 10pts
Choose the best answer from among the given choices and write the letter of your choice.
A. Queue |
C. Recursion |
B. Stacks |
D. Tree |
A. length |
C. arc |
B. size |
D. mid |
A. Tree |
C. Binary Tree |
B. Dynamic Tree |
D. Recursion |
A. Tree |
C. Binary Tree |
B. Binary Search Tree |
D. Complete Binary Tree |
A. Tree |
C. Binary Tree |
B. Binary Search Tree |
D. Complete Binary Tree |
A. Tree Traversal |
C. Depth First Traversal |
B. Breadth-First Traversal |
D. Threaded Tree |
reached.
A. Tree Traversal |
C. Depth First Traversal |
B. Breadth First Traversal |
D. Threaded Tree |
A. Tree Traversal |
C. Depth First Traversal |
B. Breadth First Traversal |
D. Threaded Trees |
A. Tree Traversal |
C. Depth First Traversal |
B. Breadth First Traversal |
D. Threaded Trees |
A. Tree Traversal |
C. Depth First Traversal |
B. Breadth First Traversal |
D. Threaded Trees |
Test II
Balancing Binary Trees/Threaded Trees
1-4. Apply AVL rotation to balance each tree. Once balanced, denote whether RH,LH or EH and Convert the following trees to threaded trees. (12pts each)
Test III
Binary Search Trees
7,10,14,23,33,44,50,56,66,70,80
inorder: GHFIEABDC
postorder: GFEIHDCBA
Draw the tree and find the preorder traversal of a tree. 10pts
Get the infix, prefix and postfix traversal of a tree.
Test III
Expression Trees (30pts)
Draw the expression tree and find the prefix and postfix expression for the following infix expression (5pts each)
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of