1. 162. Find Peak Element

    title link

    2018/05/15 leetcode

  2. 153. Find Minimum in Rotated Sorted Array

    title link

    2018/05/15 leetcode

  3. 152. Maximum Product Subarray

    title Given an integer array nums, find the contiguous subarray within an array (containing at least one number) which has the largest product.

    2018/05/15 leetcode

  4. 120. Triangle

    title link Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.

    2018/05/15 leetcode

  5. 90. Subsets II

    title link

    2018/05/13 leetcode

  6. 81. Search in Rotated Sorted Array II

    title link

    2018/05/13 leetcode

  7. 80. Remove Duplicates from Sorted Array II

    title link

    2018/05/13 leetcode

  8. 79. Word Search

    title link Given a 2D board and a word, find if the word exists in the grid.

    2018/05/13 leetcode

  9. 106. Construct Binary Tree from Inorder and Postorder Traversal

    title link

    2018/05/13 leetcode

  10. 105. Construct Binary Tree from Preorder and Inorder Traversal

    title link Given preorder and inorder traversal of a tree, construct the binary tree.

    2018/05/13 leetcode