LC 315. Count of Smaller Numbers After Self Posted on 2019-04-26 | In LeetCode algorithm | Description You are given an integer arr ... Read more »
LC 312. Burst Balloons Posted on 2019-04-25 | In LeetCode algorithm | Description Given n balloons, indexed fr ... Read more »
LC 309. Best Time to Buy and Sell Stock with Cooldown Posted on 2019-04-24 | In LeetCode algorithm | Description Say you have an array for wh ... Read more »
LC 300. LIS Posted on 2019-04-23 | In LeetCode algorithm | Description Given an unsorted array of i ... Read more »
LC289. Game of Life Posted on 2019-04-23 | In LeetCode algorithm | Description12345678910111213141516171819 ... Read more »
链表主要功能实现 Posted on 2018-05-24 | In dataStructure sort | This blog means to provide almost all of ... Read more »
Sort Posted on 2018-05-18 | In algorithm sort | Selection sort12345678910111213141516171 ... Read more »
Search a 2D Matrix-Binary Search Posted on 2018-05-06 | In algorithm Binary | Search a 2D Matrix1234Write an efficient ... Read more »
Permutation & Combination & Subsets Posted on 2018-05-06 | In algorithm recursion LeetCode | Permutation12345678910111213141516The se ... Read more »
Two dimensional integer knapsack problem Posted on 2018-05-05 | In algorithm DynamicProgramming | Two dimensional integer knapsack problem ... Read more »