✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Consider an arbitrary binary tree T that has the following structure:
Assume that an In-Order traversal of its nodes (where each visit just prints out the node's value) produces the following output:
Then what would be the output if the traversal is based on Pre-Order?