Question 3
Complete the Self-Check Question #3 within "Exercises for Sections 6.1" subsection in Section 6.1, "Tree Terminology and Applications" of Ch. 6, "Trees" in Data Structures: Abstraction and Design Using Java.
Submit a document with the answers to the questions within the Self-Review Question to the Assignment Files tab.
3. For each tree shown below, answer these questions. What is its height? Is it a full tree? Is it a complete tree? Is it a binary search tree? If not, make it a binary search tree.
Complete the Self-Check Question #1 within "Exercises for Sections 10.4" subsection in Section 10.4, "Traversals of Graphs" of Ch. 10, "Graphs" in Data Structures: Abstraction and Design Using Java.
Document the breadth-first search trees in the Self-Check question.
Submit the assignment to the Assignment Files tab.
1. Show the breadth-first search trees for the following graphs.