TurtleLin

0
获赞数
1
关注数
0
粉丝数
上海
同济大学 | 交通工程
IP 属地未知
2018-07-21 加入
浏览 3.5k

黄渡理工大学就读
沉迷跑步,游泳
学有涯而知无涯,生命不息,学习不止

1 声望
dynamic-programming
0
leetcode
0
数据挖掘
0
python
0
算法
0
黄金勋章
暂未获得该勋章
如何获得
白银勋章
暂未获得该勋章
如何获得
1 青铜勋章
个人动态
  • 发布了文章2018-07-26
    [leetcode] 404 559 563
    The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node.
  • 发布了文章2018-07-25
    [LeetCode] 538 100
    Given a Binary Search Tree (BST), convert it to a Greater Tree such that every key of the original BST is changed to the original key plus sum of all keys greater than the original key in BST.
  • 发布了文章2018-07-25
    关联规则
  • 发布了文章2018-07-24
    [LeetCode]653 606
    Given a Binary Search Tree and a target number, return true if there exist two elements in the BST such that their sum is equal to the given target. Example 1:
  • 发布了文章2018-07-23
    070. Climbing Stairs
    Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top?
  • 发布了文章2018-07-23
    121. Best Time to Buy and Sell Stock
    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 transaction (i.e., buy one and sell one share of the stock), design an algorithm to find the maximum profit. ...
  • 发布了文章2018-07-23
    746. Min Cost Climbing Stairs
    On a staircase, the i-th step has some non-negative cost cost[i] assigned (0 indexed).
  • 发布了文章2018-07-21
    746. Min Cost Climbing Stairs
    On a staircase, the i-th step has some non-negative cost cost[i] assigned (0 indexed).
  • 发布了文章2018-07-21
    121. Best Time to Buy and Sell Stock
    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 transaction (i.e., buy one and sell one share of the stock), design an algorithm to find the maximum profit. ...