9/12/2014

[LC] Integer <=> Roman


Keywords: Knowledge, Table.

[LC] Next Permutation


Keywords: Knowledge.

[LC] Permutation Sequence


Keywords: Knowledge.

[LC] Plus One


Keywords: NULL.

[LC] Rotate Image


Keywords: Knowledge.

[LC] Trapping Rain Water


Keywords: Stack, Careful.

[LC] Set Matrix Zeroes


Keywords: Constant Space.

[LC] Climbing Stairs


Keywords: DP.

[LC] Gray Code


Keywords: Knowledge.

[LC] Single Number I & II


Keywords: Bitwise Operation.

[LC] Candy


Keywords: Two directions.

[LC] Gas Station


Keywords: NULL.

9/07/2014

[LC] Search a 2D Matrix


Keywords: Binary Search.

[LC] Search Insert Position


lower_bound.
Keywords: STD, Binary Search.

[LC] Search for a Range


lower_bound, upper_bound.
Keywords: STD, Binary Search, Careful.

Sort Colors


bind1st.

Keywords: Template, STD,

[LC] Merge Sorted Arrays


Keywords: NULL.

[LC] Merge 2/k Sorted Lists


Keywords: NULL.

[LC] First Missing Positive


Keywords: Bucket Sort.

[LC] Simplify Path


Keywords: Stack.

[LC] Length of Last Word

find_if.

Keywords: STD.

[LC] Longest Valid Parentheses


Keywords: Stack.