
Repeat
Follow_Inner_Heart
蚂蚁,坚持,喜爱算法,关注大数据和智能家居。
展开
-
【leetcode】Clone Graph
链接:https://oj.leetcode.com/problems/clone-graph/描述:Clone an undirected graph. Each node in the graph contains a label and a list of its neighbors.OJ's undirected graph serializatio原创 2014-07-25 17:21:41 · 578 阅读 · 0 评论 -
【leetcode】Valid Number
连接:https://oj.leetcode.com/problems/valid-number/原创 2014-08-16 09:28:39 · 635 阅读 · 0 评论 -
【leetcode】Simplify Path
链接:https://oj.leetcode.com/submissions/detail/9774025/描述:Given an absolute path for a file (Unix-style), simplify it.For example,path = "/home/", => "/home"path = "/a/./b/../../c/"原创 2014-08-14 21:44:21 · 555 阅读 · 0 评论 -
×【leetcode】Binary Tree Maximum Path Sum
链接:https://oj.leetcode.com/problems/binary-tree-maximum-path-sum/描述:Given a binary tree, find the maximum path sum.The path may start and end at any node in the tree.For example:原创 2014-07-28 22:45:52 · 757 阅读 · 0 评论 -
【leetcode】Populating Next Right Pointers in Each Node
Populating Next Right Pointers in Each Node链接:https://oj.leetcode.com/problems/populating-next-right-pointers-in-each-node/原创 2014-07-28 23:12:59 · 620 阅读 · 0 评论 -
【leetcode】Best Time to Buy and Sell Stock I && II && III
Best Time to Buy and Sell Stock链接原创 2014-07-28 22:59:44 · 697 阅读 · 0 评论 -
【leetcode】Word Ladder
Word Ladder链接:https://oj.leetcode.com/problems/word-ladder/ 描述:Given two words (start and end), and a dictionary, find the length of shortest transfor原创 2014-07-26 15:21:57 · 627 阅读 · 0 评论 -
【leetcode】Surrounded Regions
链接:https://oj.leetcode.com/problems/surrounded-regions/描述:原创 2014-07-26 14:13:36 · 530 阅读 · 0 评论 -
【leetcode】Palindrome Partitioning && Palindrome Partitioning II
Palindrome Partitioning链接:https://oj.leetcode.com/problems/palindrome-partitioning/ 描述:Given a string s, partition s such that every substring of the partitio原创 2014-07-25 17:33:38 · 504 阅读 · 0 评论 -
【leetcode】Permutation Sequence
链接:https://oj.leetcode.com/problems/permutation-sequence/描述:The set [1,2,3,…,n] contains a total of n! unique permutations.By listing and labeling all of the permutations in order,原创 2014-08-16 20:39:33 · 773 阅读 · 0 评论