06 2018 档案

命名实体识别的阅读记录
摘要:1.https://blog.csdn.net/bobobe/article/details/80489303 2.https://www.zhihu.com/question/46688107 3.https://blog.csdn.net/chonghlyln/article/details/7 阅读全文

posted @ 2018-06-20 11:23 mdumpling 阅读(94) 评论(0) 推荐(0)

二叉树题型心得
摘要:1.返回一个解,这个解可能出现在树的左边或者右边,这时候很有可能就是后序遍历 2.还是离不开后序遍历这种基础的算法! 阅读全文

posted @ 2018-06-19 16:13 mdumpling 阅读(128) 评论(0) 推荐(0)

编程题-旋转数组题型
该文被密码保护。

posted @ 2018-06-10 20:30 mdumpling 阅读(1) 评论(0) 推荐(0)

判断一个图是否为普通的树
摘要:https://leetcode.com/problems/graph-valid-tree/ Given n nodes labeled from 0 to n - 1 and a list of undirected edges (each edge is a pair of nodes), w 阅读全文

posted @ 2018-06-05 22:31 mdumpling 阅读(4546) 评论(0) 推荐(0)

判断联通子图的个数
摘要:[LeetCode] Number of Connected Components in an Undirected Graph 无向图中的连通区域的个数 Given n nodes labeled from 0 to n - 1 and a list of undirected edges (ea 阅读全文

posted @ 2018-06-05 21:55 mdumpling 阅读(1371) 评论(0) 推荐(0)

导航