![240](https://cdn2.jianshu.io/assets/default_avatar/15-a7ac401939dd4df837e3bbf82abaa2a8.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:上海
从外往里 reduction orderimage.png normal orderM N Pleft to right 先直接把N给M app...
by value When calling a new function or procedure, all arguments need to...
Binary Search Tree to Greater Sum Tree根据题目给出的例子,相当于要做一个reverse sort,由于得到...
Largest Rectangle in Histogrambrute force O(n^2) solution2: Divide and c...
Intersection of Two Arrays求两个array的intersection,恰好昨天刚想了想这个问题,一个方法是A的每个元素...
[TOC] direct address 适用于数量小且没有重复的key的情况都是O(1)时间 hash table with direct a...
Longest Substring Without Repeating Characters虽然这是一个hash table的题目,但是我的第一...
sort list这道题实在是有点繁琐,要求sort一个LinkedList,并且runtime是O(n lg n),space complex...