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)
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme