Fork me on GitHub
摘要: "欢迎fork and star:Nowcoder Repository github" 131. Palindrome Partitioning 题目 解析 The Idea is simple: loop through the string, check if substr(0, i) is 阅读全文
posted @ 2017-12-29 17:08 ranjiewen 阅读(252) 评论(0) 推荐(0)
摘要: "欢迎fork and star:Nowcoder Repository github" 133. Clone Graph 题目 解析 考察图的基本遍历方法,DFS/BFS 注意细节bug 运用 进行图的映射关系存储 题目来源 "133. Clone Graph" 阅读全文
posted @ 2017-12-29 11:07 ranjiewen 阅读(138) 评论(0) 推荐(0)