谷歌帮:中国最牛的创业帮派

7,684 views    0
2013-04-26    CSDN    7,684 views    0   

【导读】随着郭去疾的兰亭集势提交IPO申请,谷歌背景的创业者也逐渐浮出水面:创新工场创始人李开复、小米联合创始 […]

CloudComputing:IaaSPaaSSaaS

2,491 views    0
2013-04-22    CSDN    2,491 views    0   

云服务( Cloud Computing) ,是一种基于 互联网 的计算方式,通过这种方式共享的软硬件资源和信 […]

【leetcode】ValidNumber

3,168 views    0
2013-04-21    Algrithm, CSDN    3,168 views    0   

Question : Validate if a given string is numeric. Some […]

【leetcode】WordLadderII

3,401 views    0
2013-04-21    Algrithm, CSDN    3,401 views    0   

Question : Given two words ( start and end ), and a dic […]

【leetcode】WordLadder

2,010 views    0
2013-04-21    Algrithm, CSDN    2,010 views    0   

Question : Given two words ( start and end ), and a dic […]

【leetcode】BestTimetoBuyandSellStockIII

1,907 views    0
2013-04-21    Algrithm, CSDN    1,907 views    0   

Question : Say you have an array for which the i th ele […]

【leetcode】BestTimetoBuyandSellStockII

1,580 views    0
2013-04-21    Algrithm, CSDN    1,580 views    0   

Quesion : Say you have an array for which the i th elem […]

【leetcode】BestTimetoBuyandSellStock

2,168 views    0
2013-04-21    Algrithm, CSDN    2,168 views    0   

Question : Say you have an array for which the i th ele […]

【leetcode】IntegertoRoman

2,342 views    0
2013-04-21    Algrithm, CSDN    2,342 views    0   

Question : Given an integer, convert it to a roman nume […]

【leetcode】RomantoInteger

2,293 views    0
2013-04-21    Algrithm, CSDN    2,293 views    0   

Question : Given a roman numeral, convert it to an inte […]

【leetcode】ReverseInteger

2,591 views    0
2013-04-21    Algrithm, CSDN    2,591 views    0   

Question : Reverse digits of an integer. Example1: x = […]

【leetcode】DivideTwoIntegers

2,558 views    0
2013-04-20    Algrithm, CSDN    2,558 views    0   

Question : Divide two integers without using multiplica […]

【leetcode】BinaryTreeZigzagLevelOrderTraversal

1,544 views    0
2013-04-20    Algrithm, CSDN    1,544 views    0   

Question : Given a binary tree, return the zigzag level […]

【leetcode】ZigzagConversion

1,738 views    0
2013-04-20    Algrithm, CSDN    1,738 views    0   

Question : The string "PAYPALISHIRING" is written in a […]

【leetcode】StringtoInteger(atoi)

5,213 views    0
2013-04-19    Algrithm, CSDN    5,213 views    0   

Question : Implement atoi to convert a string to an int […]

【leetcode】BinaryTreeLevelOrderTraversal

1,795 views    0
2013-04-19    Algrithm, CSDN    1,795 views    0   

Question : Given a binary tree, return the level order […]

【leetcode】MaximumDepthofBinaryTree

4,050 views    0
2013-04-19    Algrithm, CSDN    4,050 views    0   

Question : Given a binary tree, find its maximum depth. […]

【leetcode】SurroundedRegions

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

Question : Given a 2D board containing 'X' and 'O' , ca […]

【leetcode】PalindromePartitioningII

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

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

【leetcode】PalindromePartitioning

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

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

【leetcode】PalindromeNumber

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

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

【leetcode】ValidPalindrome

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

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

【leetcode】ImplementstrStr()

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

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

【leetcode】RotateList

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

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

【leetcode】Triangle

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

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