2017年5月25日

【LeetCode】297. Serialize and Deserialize Binary Tree

摘要: 二叉树的序列化与反序列化。 如果使用string作为媒介来存储,传递序列化结果的话,会给反序列话带来很多不方便。 这里学会了使用 sstream 中的 输入流'istringstream' 和 输出流'ostringstream'. istringstream in; in >> str; 这里没执 阅读全文

posted @ 2017-05-25 21:25 暴力的轮胎 阅读(207) 评论(0) 推荐(0) 编辑

导航