随笔分类 -  C/C++

摘要:Minimum Time Difference 题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/minimum time difference/description/ Description Given a list of 24 hour clock 阅读全文
posted @ 2017-11-12 21:50 言何午 阅读(155) 评论(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)
摘要:Longest Common Substring题解 原创文章,拒绝转载 题目来源:http://www.lintcode.com/en/problem/longest common substring/ Description Given two strings, find the longest 阅读全文
posted @ 2017-11-12 20:16 言何午 阅读(175) 评论(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)
摘要:Minimum Path Sum 题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/minimum path sum/description/ Description Given a m x n grid filled with non negative 阅读全文
posted @ 2017-11-01 20:54 言何午 阅读(103) 评论(0) 推荐(0)
摘要:Word Break 题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/word break/description/ Description Given a non empty string s and a dictionary wordDict co 阅读全文
posted @ 2017-11-01 19:36 言何午 阅读(117) 评论(0) 推荐(0)
摘要:Edit Distance 题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/edit distance/description/ Description Given two words word1 and word2, find the minimum 阅读全文
posted @ 2017-10-28 09:55 言何午 阅读(81) 评论(0) 推荐(0)
摘要:Subsets II 题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/subsets ii/description/ Description Given a collection of integers that might contain dupli 阅读全文
posted @ 2017-10-28 00:14 言何午 阅读(94) 评论(0) 推荐(0)
摘要:Subsets 题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/subsets/description/ Description Given a set of distinct integers, nums, return all possible s 阅读全文
posted @ 2017-10-27 09:07 言何午 阅读(120) 评论(0) 推荐(0)
摘要:Triangle 题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/triangle/description/ Description Given a triangle, find the minimum path sum from top to bot 阅读全文
posted @ 2017-10-27 00:13 言何午 阅读(121) 评论(0) 推荐(0)
摘要:Jump Game 题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/jump game/description/ Description Given an array of non negative integers, you are initiall 阅读全文
posted @ 2017-10-22 22:12 言何午 阅读(151) 评论(0) 推荐(0)
摘要:Linked List Cycle II 题解 题目来源:https://leetcode.com/problems/linked list cycle ii/description/ Description Given a linked list, return the node where th 阅读全文
posted @ 2017-10-14 11:43 言何午 阅读(160) 评论(0) 推荐(0)
摘要:Linked List Cycle 题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/linked list cycle/description/ Description Given a linked list, determine if it has 阅读全文
posted @ 2017-10-14 10:41 言何午 阅读(112) 评论(0) 推荐(0)
摘要:Reorder List 题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/reorder list/description/ Description Given a singly linked list L: L0?L1?…?Ln 1?Ln, reor 阅读全文
posted @ 2017-10-14 09:36 言何午 阅读(160) 评论(0) 推荐(0)
摘要:Best Time to Buy and Sell Stock 题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/best time to buy and sell stock/description/ Description Say you have 阅读全文
posted @ 2017-10-13 21:10 言何午 阅读(160) 评论(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)
摘要:H Index题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/h index/description/ Description Given an array of citations (each citation is a non negative i 阅读全文
posted @ 2017-09-29 21:04 言何午 阅读(147) 评论(0) 推荐(0)
摘要:Merge Two Sorted Lists题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/merge two sorted lists/description/ Description Merge two sorted linked lists an 阅读全文
posted @ 2017-09-29 10:24 言何午 阅读(103) 评论(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)