自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Hacker_vision

读书要读一流的书,做人要做一流的人~

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

原创 2016年清华特等奖答辩(观后感)

这是我连续第三年看清华特奖答辩,从大二看到大四,心境不知不觉变了很多-------- 先说一说内容:   今年仍然是15位在学术、科研、竞赛、社交等方面均走在大部分人前列的(如果把一个人的发展看成多元高斯分布,他们在多个维度都达到了最右侧),创造多个清华之最,他们的品质、性情、成绩、潜质,说实话,真的很不错,没有办法去否认。   清华是国际化、创新性、科研实力很强的一个学校,

2016-11-11 15:31:59 11327 2

原创 LeetCode11. Container With Most Water(思维题:选择左右边使得容器所盛水最多)

这道题,我独立想了好久!!!!一道很好的思维题!!!!!!!! 思路1是自己的求解方法O(nlogn),思路2是网上最优的解法O(n),暴利O(n^2)肯定超时! 题目链接:https://leetcode.com/problems/container-with-most-water/ Given n non-negative integers a1, a2, .

2016-11-30 15:31:13 849

原创 LeetCode5. Longest Palindromic Substring(最长回文子串:Manacher算法)

题目链接:https://leetcode.com/problems/longest-palindromic-substring/ Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. Exampl

2016-11-27 11:43:31 531 1

原创 LeetCode4. Median of Two Sorted Arrays(寻找第k小数:分治O(log(n+m)))

题目链接:https://leetcode.com/problems/median-of-two-sorted-arrays/ There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall

2016-11-26 17:02:05 669

原创 LeetCode3. Longest Substring Without Repeating Characters(最长不重复子串)

题目链接:https://leetcode.com/problems/longest-substring-without-repeating-characters/ Given a string, find the length of the longest substring without repeating characters. Examples: Given

2016-11-25 20:01:50 425

原创 LeetCode2. Add Two Numbers(链表加法)

题目链接:https://leetcode.com/problems/add-two-numbers/ You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a si

2016-11-25 11:00:17 794

c语言程序设计

c语言陈旭设计c语言程序设计c语言程序设计c语言程序设计

2013-11-04

空空如也

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

TA关注的人

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