diff --git a/labs/10_trees_I/README.md b/labs/10_trees_I/README.md index c730629..2b18f3a 100644 --- a/labs/10_trees_I/README.md +++ b/labs/10_trees_I/README.md @@ -10,7 +10,9 @@ problem 2: Create a exactly balanced binary search tree with 7 color words (orde problem 3: Draw a exactly-balanced binary search tree containing the letters of the word: uncopyrightable -
+ + + What is the pre-order traversal of the tree above?