随笔分类 -  C/C++

摘要: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 言何午 阅读(98) 评论(0) 推荐(0)
摘要:Sort List题解 题目来源:https://leetcode.com/problems/sort list/description/ Description Sort a linked list in O(n log n) time using constant space complexit 阅读全文
posted @ 2017-09-17 16:54 言何午 阅读(140) 评论(0) 推荐(0)
摘要:Sort Colors题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/sort colors/description/ Description Given an array with n objects colored red, white or bl 阅读全文
posted @ 2017-09-17 11:09 言何午 阅读(90) 评论(0) 推荐(0)
摘要:Merge Intervals题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/merge intervals/description/ Description Given a collection of intervals, merge all ove 阅读全文
posted @ 2017-09-15 11:13 言何午 阅读(98) 评论(0) 推荐(0)
摘要:Longest Substring Without Repeating Characters题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/longest substring without repeating characters/descripti 阅读全文
posted @ 2017-09-13 16:25 言何午 阅读(129) 评论(0) 推荐(0)
摘要:(本篇博客是本人第一篇数据结构的博客,有什么不足还望各位看官指出!!) 题目来源:SOJ 1000. Huffman Coding V1,V3 题目描述 V3: Description 对输入的英文大写字母序列进行统计概率,然后构建Huffman树,得出每个字母的Huffman编码,输出字母序列的总 阅读全文
posted @ 2016-10-30 22:38 言何午 阅读(2653) 评论(0) 推荐(0)