LIKE CODING

Sunday, January 3, 2016

LeetCode [322] Coin Change

›
  322.   Coin Change Medium 5673 171 Add to List Share You are given coins of different denominations and a total amount of money  amount . ...
Wednesday, December 23, 2015

LeetCode [320] Generalized Abbreviation

›
Ref [1]  https://leetcode.com/problems/generalized-abbreviation/

LeetCode [321] Create Maximum Number

›
Ref [1]  https://leetcode.com/problems/create-maximum-number/ OJ [2]  https://leetcode.com/discuss/75756/share-my-greedy-solution
Sunday, December 20, 2015

MJ [50] Connected Components

›
Ref [1]  http://www.mitbbs.com/article_t/JobHunting/33111815.html
Saturday, December 19, 2015

LeetCode [319] Bulb Switcher

›
Ref [1]  https://leetcode.com/problems/bulb-switcher/
Friday, December 18, 2015

Survey [1] Cycle Detection

›
Method 1: Union-Find ( Detect Cycle in a an Undirected Graph ) [1] Method 2: DFS ( Detect Cycle in a an Directed Graph ) [2] ...
Wednesday, December 16, 2015

MJ [49] Upsampling

›
Question: you have an img data as an array, output the data for upsampling. For  example,  [1, 2, 3, 4, 5, 6] as width 3(2 rows) ==> ...
‹
›
Home
View web version
Powered by Blogger.