摘要: 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 or memory buffer, or 阅读全文
posted @ 2018-11-12 11:21 Grandyang 阅读(6522) 评论(0) 推荐(0)
摘要: Design an algorithm to encode an N-ary tree into a binary tree and decode the binary tree to get the original N-ary tree. An N-ary tree is a rooted tr 阅读全文
posted @ 2018-11-12 11:08 Grandyang 阅读(3842) 评论(4) 推荐(0)
Fork me on GitHub