摘要:
import java.util.LinkedList;import java.util.Queue;/** * 序列化和反序列化二叉树 * 先序、后序 * (中序不能实现) * 按层 */public class SerializeAndReconstructTree { /** * 先序序列化 阅读全文
posted @ 2020-05-10 22:46
放下也不自在
阅读(610)
评论(0)
推荐(0)
2020年5月10日