240 发简信
IP属地:上海
  • Resize,w 360,h 240
    lambda calculus

    从外往里 reduction orderimage.png normal orderM N Pleft to right 先直接把N给M app...

  • programming language: return by类型的区别

    by value When calling a new function or procedure, all arguments need to...

  • 2019-10-17 leetcode刷题总结 BST

    Binary Search Tree to Greater Sum Tree根据题目给出的例子,相当于要做一个reverse sort,由于得到...

  • 2019-10-1516 刷题总结 hash table 2

    Largest Rectangle in Histogrambrute force O(n^2) solution2: Divide and c...

  • 2019-10-13 刷题总结 sort2

    Intersection of Two Arrays求两个array的intersection,恰好昨天刚想了想这个问题,一个方法是A的每个元素...

  • Resize,w 360,h 240
    hash table

    [TOC] direct address 适用于数量小且没有重复的key的情况都是O(1)时间 hash table with direct a...

  • 2019-10-12 刷题总结 -- hash table

    Longest Substring Without Repeating Characters虽然这是一个hash table的题目,但是我的第一...

  • 2019-10-11 刷题总结 -- sort

    sort list这道题实在是有点繁琐,要求sort一个LinkedList,并且runtime是O(n lg n),space complex...

个人介绍
NYU MSCS在读,转专业,努力学习的菜鸟。