正在加载……
← 返回 databricks 的题目列表
Deserialize a Binary Tree
类型:online_judge
Given a binary tree, serialize it to a string, and then deserialize the string back to a binary tree. Example Input '1,2,3,#,#,4,5' Output TreeNode representation of the input string