Data Structure Paired Programming Pre-lab Assignment: Tree Traversals

 

 

Answer the following questions with a single sentence in a text file named traversals.txt.

 

1.      During the process of  the lab how many class mates will you work with?

2.      What type of binary tree is implemented?

3.      How are the keys in the binary tree ordered, meaning if key k1 > k2 and k1 is the parent of k2, which child is it, right or left?

4.      Does the position of keys depend on insertion order of the keys into the binary tree?

5.      Why are the traversals constructing Strings difficult to implement in a recursive program?

 

Please save the text file traversals.txt, and submit to cs2321, preLab2 where secGlab  is for students participating in groups and secIlab is for students participating in individual labs.