摘要: Overcoming Life's Obstacles - How a top oboist overcame a neurological disorder to play again ©Advanced Studio Classroom Vol: 2017 MARCH 3 What is you 阅读全文
posted @ 2017-03-28 22:57 朝研行歌 阅读(268) 评论(0) 推荐(0)
摘要: Description Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitted to complete at most one 阅读全文
posted @ 2017-03-28 22:05 朝研行歌 阅读(196) 评论(0) 推荐(0)
摘要: Description Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the array [-2, 阅读全文
posted @ 2017-03-27 15:23 朝研行歌 阅读(151) 评论(0) 推荐(0)
摘要: Discription You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their 阅读全文
posted @ 2017-03-02 11:33 朝研行歌 阅读(191) 评论(0) 推荐(0)
摘要: Description You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct way 阅读全文
posted @ 2017-03-01 11:43 朝研行歌 阅读(124) 评论(0) 推荐(0)
摘要: Description Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lis 阅读全文
posted @ 2016-09-15 19:48 朝研行歌 阅读(147) 评论(0) 推荐(0)
摘要: 作者:李开复,写于2006年,原文链接,侵删 算法的力量 算法是计算机科学领域最重要的基石之一,但却受到了国内一些程序员的冷落。许多学生看到一些公司在招聘时要求的编程语言五花八门就产生了一种误解,认为学计算机就是学各种编程语言,或者认为,学习最新的语言、技术、标准就是最好的铺路方法。其实大家都被这些 阅读全文
posted @ 2016-06-13 22:14 朝研行歌 阅读(204) 评论(0) 推荐(0)
摘要: Discription Reverse digits of an integer. Example1: x = 123, return 321Example2: x = -123, return -321 Note: The input is assumed to be a 32-bit signe 阅读全文
posted @ 2016-03-14 11:39 朝研行歌 阅读(142) 评论(0) 推荐(0)
摘要: Description The "Hamming distance" between two integers is the number of positions at which the corresponding bits are different. Given two integers a 阅读全文
posted @ 2016-03-07 11:18 朝研行歌 阅读(135) 评论(0) 推荐(0)
摘要: Discription Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input w 阅读全文
posted @ 2016-03-01 11:37 朝研行歌 阅读(287) 评论(0) 推荐(0)