Tree: Depth-First Search - Serialize and Deserialize Binary Tree
Given the following BFS-based serialization code snippet, what is the serialized string output for the binary tree with root 1, left child 2, and right child null?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions