随笔分类 -  搜索

摘要:Combinations 题解 题目来源:https://leetcode.com/problems/combinations/description/ Description Given two integers n and k, return all possible combinations 阅读全文
posted @ 2018-02-06 15:55 言何午 阅读(122) 评论(0) 推荐(0)
摘要:Permutations II 题解 题目来源:https://leetcode.com/problems/permutations ii/description/ Description Given a collection of numbers that might contain duplic 阅读全文
posted @ 2018-02-05 13:04 言何午 阅读(97) 评论(0) 推荐(0)
摘要:Path Sum 题解 题目来源:https://leetcode.com/problems/path sum/description/ Description Given a binary tree and a sum, determine if the tree has a root to le 阅读全文
posted @ 2018-02-02 17:36 言何午 阅读(96) 评论(0) 推荐(0)
摘要:Palindrome Partitioning 题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/palindrome partitioning/description/ Description Given a string s, partition s 阅读全文
posted @ 2017-11-30 23:02 言何午 阅读(114) 评论(0) 推荐(0)
摘要:01 Matrix 题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/01 matrix/description/ Description Given a matrix consists of 0 and 1, find the distance of 阅读全文
posted @ 2017-11-12 20:35 言何午 阅读(115) 评论(0) 推荐(0)
摘要:Word Break II 题解 题目来源:https://leetcode.com/problems/word break ii/description/ Description Given a non empty string s and a dictionary wordDict contai 阅读全文
posted @ 2017-11-03 20:23 言何午 阅读(131) 评论(0) 推荐(0)
摘要:Word Ladder II 题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/word ladder ii/description/ Description Given two words (beginWord and endWord), and a 阅读全文
posted @ 2017-10-12 20:09 言何午 阅读(147) 评论(0) 推荐(0)
摘要:Word Ladder题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/word ladder/description/ Description Given two words (beginWord and endWord), and a diction 阅读全文
posted @ 2017-09-30 13:45 言何午 阅读(116) 评论(0) 推荐(0)
摘要:Course Schedule II题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/course schedule ii/description/ Description There are a total of n courses you have 阅读全文
posted @ 2017-09-29 09:15 言何午 阅读(110) 评论(0) 推荐(0)
摘要:Evaluate Division题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/evaluate division/description/ Description Equations are given in the format A / B = 阅读全文
posted @ 2017-09-25 11:41 言何午 阅读(255) 评论(0) 推荐(0)
摘要:Course Schedule题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/course schedule/description/ Description There are a total of n courses you have to tak 阅读全文
posted @ 2017-09-24 22:18 言何午 阅读(193) 评论(0) 推荐(0)
摘要:Clone Graph题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/clone graph/description/ Description Clone an undirected graph. Each node in the graph cont 阅读全文
posted @ 2017-09-24 19:09 言何午 阅读(97) 评论(0) 推荐(0)