LIKE CODING
Wednesday, February 17, 2016
LeetCode [334] Increasing Triplet Subsequence
›
334. Increasing Triplet Subsequence Medium 1868 145 Add to List Share Given an unsorted array return whether an increasing subsequence o...
Sunday, February 14, 2016
MJ [54] Binary Index Tree
›
Ref [1] http://www.geeksforgeeks.org/binary-indexed-tree-or-fenwick-tree-2/ [2] https://github.com/kellyualberta/Algorithms-Data-Struc...
Saturday, February 13, 2016
LeetCode [333] Largest BST Subtree
›
Ref [1] https://leetcode.com/problems/largest-bst-subtree/
Wednesday, February 10, 2016
LeetCode [332] Reconstruct Itinerary
›
332. Reconstruct Itinerary Medium 868 573 Favorite Share Given a list of airline tickets represented by pairs of departure and a...
Monday, February 8, 2016
LeetCode [331] Verify Preorder Serialization of a Binary Tree
›
Ref [1] https://leetcode.com/problems/verify-preorder-serialization-of-a-binary-tree/ [2] https://leetcode.com/discuss/83824/7-line...
Thursday, February 4, 2016
MJ [53] Tree S Expression
›
Question: You are given a binary tree as a sequence of parent-child pairs. For example, the tree represented by the node pairs below: (...
2 comments:
MJ [52] subsquence combinations
›
Question: String s1 = "waeginsapnaabangpisebbasepgnccccapisdnfngaabndlrjngeuiogbbegbuoecccc" String s2 = "a+b+c-"; ...
‹
›
Home
View web version