自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

唐唐唐唐人的博客

随笔小记,与君共分享

  • 博客(6)
  • 资源 (10)
  • 收藏
  • 关注

原创 23. Merge k Sorted Lists

题目:Merge k Sorted Lists原题链接:https://leetcode.com/problems/merge-k-sorted-lists/Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity.合并K个排序好的链表。把所有链表的值都取出来,然

2016-12-30 10:34:38 379

原创 20. Valid Parentheses

题目:Valid Parentheses原题链接:https://leetcode.com/problems/valid-parentheses/Given a string containing just the characters ‘(‘, ‘)’, ‘{‘, ‘}’, ‘[’ and ‘]’, determine if the input string is valid.The bracke

2016-12-30 10:05:39 217

原创 18. 4Sum

题目:4Sum原题链接:https://leetcode.com/problems/4sum/Given an array S of n integers, are there elements a, b, c, and d in S such that a + b + c + d = target? Find all unique quadruplets in the array which gi

2016-12-29 21:15:01 256

原创 17. Letter Combinations of a Phone Number

题目:Letter Combinations of a Phone Number原题链接:https://leetcode.com/problems/letter-combinations-of-a-phone-number/Given a digit string, return all possible letter combinations that the number could repr

2016-12-27 10:56:03 281

原创 15. 3Sum

题目:3Sum原题链接:https://leetcode.com/problems/3sum/Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero

2016-12-18 22:18:48 310

原创 14. Longest Common Prefix

题目:Longest Common Prefix原题链接:https://leetcode.com/problems/longest-common-prefix/Write a function to find the longest common prefix string amongst an array of strings.设计函数实现查找一组字符串中的公共最长前缀子串。设ans为公共最长前

2016-12-18 21:28:36 286

C++经典书籍合集

C++经典书籍大合集,包含:Effective C++, More Effective C++, Effective Modern C++, Effective STL, Exceptional C++, More Exceptional C++, C++并发编程实战

2017-06-17

effctive c# 第二版中文版

effctive c# 第二版中文版,带目录,清晰

2017-06-17

Lua 5.3 手册

lua5.3手册,云风翻译

2017-06-17

计算机程序设计艺术(第3卷):排序与查找(第2版)-国防工业出版社-2002

经典的TAOCP第三部,带目录超级清晰版

2017-06-17

计算机程序设计艺术(第1卷):基本算法(第3版)-国防工业出版社-2002

经典的TAOCP第一部,带目录超级清晰版

2017-06-17

背包九讲2.0

著名的背包九讲2.0版本

2017-02-04

Algorithms 算法 原书第四版 英文版

《算法》第四版的英文原版,带有章节目录,非常清晰,喜欢看原版的朋友不要错过

2017-02-04

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除