297. Serialize and Deserialize Binary Tree (Tree)

连接: https://leetcode.com/problems/serialize-and-deserialize-binary-tree/web 题目: 自定义二叉树序列化与反序列化协议。svg 思路: 自定义序列化格式:{root->val:root->left->val,root->right->val}函数 例如 1 / \ 2 3 / \ 4
相关文章
相关标签/搜索