【leetcode】PalindromePartitioning

1,750 views    0
2013-04-14    Algrithm, CSDN    1,750 views    0   

Question: Given a string s , partition s such that ever […]

【leetcode】PalindromeNumber

4,787 views    0
2013-04-14    Algrithm, CSDN    4,787 views    0   

Question: Determine whether an integer is a palindrome. […]

【leetcode】ValidPalindrome

2,195 views    0
2013-04-14    Algrithm, CSDN    2,195 views    0   

Question: Given a string, determine if it is a palindro […]

【leetcode】ImplementstrStr()

1,674 views    0
2013-04-14    Algrithm, CSDN    1,674 views    0   

Question: Implement strStr(). Returns a pointer to the […]

【leetcode】RotateList

1,681 views    0
2013-04-14    Algrithm, CSDN    1,681 views    0   

Question: Given a list, rotate the list to the right by […]

【leetcode】Triangle

1,719 views    0
2013-04-14    Algrithm, CSDN    1,719 views    0   

Question: Given a triangle, find the minimum path sum f […]

【leetcode】Pascal’s Triangle II

1,883 views    0
2013-04-14    Algrithm, CSDN    1,883 views    0   

Question:   Given an index k , return the k th row […]

【leetcode】Pascal’s Triangle

1,802 views    0
2013-04-13    Algrithm, CSDN    1,802 views    0   

Question:   Given numRows , generate the first num […]

【leetcode】PopulatingNextRightPointersinEachNodeII

2,138 views    0
2013-04-13    Algrithm, CSDN    2,138 views    0   

Question: Follow up for problem " Populating Next Right […]

【leetcode】PopulatingNextRightPointersinEachNode

1,780 views    0
2013-04-13    Algrithm, CSDN    1,780 views    0   

Question : Given a binary tree struct TreeLinkNode { Tr […]

【leetcode】SumRoottoLeafNumbers

1,421 views    0
2013-04-13    Algrithm, CSDN    1,421 views    0   

Question: Given a binary tree containing digits from 0- […]

【leetcode】PathSumII

1,991 views    0
2013-04-13    Algrithm, CSDN    1,991 views    0   

Question: Given a binary tree and a sum, find all root- […]

【leetcode】PathSum

1,551 views    0
2013-04-13    Algrithm, CSDN    1,551 views    0   

Question: Given a binary tree and a sum, determine if t […]

【leetcode】N-QueensII

1,970 views    0
2013-04-13    Algrithm, CSDN    1,970 views    0   

Question: Follow up for N-Queens problem. Now, instead […]

【leetcode】N-Queens

1,597 views    0
2013-04-13    Algrithm, CSDN    1,597 views    0   

Question: The n -queens puzzle is the problem of placin […]

【leetcode】AddTwoNumbers

2,509 views    0
2013-04-13    Algrithm, CSDN    2,509 views    0   

Question: You are given two linked lists representing t […]

【leetcode】AddBinary

2,422 views    0
2013-04-13    Algrithm, CSDN    2,422 views    0   

Question: Given two binary strings, return their sum (a […]

【leetcode】3SumClosest

2,026 views    0
2013-04-13    Algrithm, CSDN    2,026 views    0   

Question: Given an array S of n integers, find three in […]

【leetcode】PlusOne

1,525 views    0
2013-04-13    Algrithm, CSDN    1,525 views    0   

Question: Given a number represented as an array of dig […]

【leetcode】sqrt(intx)

2,778 views    0
2013-04-13    Algrithm, CSDN    2,778 views    0   

Question: Implement int sqrt(int x) . Compute and retur […]

【leetcode】Pow(x,n)

1,470 views    0
2013-04-12    Algrithm, CSDN    1,470 views    0   

Question: Implement pow( x , n ). Answer 1: O(n) class […]

【leetcode】4Sum

1,703 views    0
2013-04-12    Algrithm, CSDN    1,703 views    0   

Question: Given an array S of n integers, are there ele […]

【leetcode】3Sum

1,771 views    0
2013-04-12    Algrithm, CSDN    1,771 views    0   

Question: Given an array S of n integers, are there ele […]

【leetcode】TwoSum

5,760 views    0
2013-04-12    Algrithm, CSDN    5,760 views    0   

Question: Given an array of integers, find two numbers […]

9个offer,12家公司,35场面试,从微软到谷歌

7,655 views    0
2013-04-12    CSDN    7,655 views    0   

1, 简介 毕业答辩搞定,总算可以闲一段时间,把这段求职经历写出来,也作为之前三个半月的求职的回顾。 首先说说 […]