
序列化
文章平均质量分 74
jmspan
这个作者很懒,什么都没留下…
展开
-
LeetCode 297. Serialize and Deserialize Binary Tree(二叉树的序列化和反序列化)
原题网址:https://leetcode.com/problems/serialize-and-deserialize-binary-tree/Serialization is the process of converting a data structure or object into a sequence of bits so that it can be stored in原创 2016-04-16 15:44:04 · 2124 阅读 · 0 评论 -
LeetCode 60. Permutation Sequence(排列序列)
原题网址:https://leetcode.com/problems/permutation-sequence/The set [1,2,3,…,n] contains a total of n! unique permutations.By listing and labeling all of the permutations in order,We get the原创 2016-05-21 09:05:38 · 826 阅读 · 0 评论 -
LeetCode 89. Gray Code(格雷码)
原题网址:https://leetcode.com/problems/gray-code/The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integer n representing the total原创 2016-05-23 00:34:41 · 830 阅读 · 0 评论 -
LeetCode 449. Serialize and Deserialize BST
原题网址:https://leetcode.com/problems/serialize-and-deserialize-bst/Serialization is the process of converting a data structure or object into a sequence of bits so that it can be stored in a file原创 2017-01-04 06:39:45 · 885 阅读 · 0 评论