摘要:
1 """ 2 Given a non-negative integer numRows, generate the first numRows of Pascal's triangle. 3 In Pascal's triangle, each number is the sum of the t 阅读全文
摘要:
1 """ 2 Say you have an array for which the ith element is the price of a given stock on day i. 3 Design an algorithm to find the maximum profit. You 阅读全文