Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JohnWeiGitHub/leetcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: iphkwan/leetcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 27, 2014

  1. Create Maximum_Product_Subarray.cc

    DP. In order to deal with the negatives, it needs to mark down the maximum(>0) and minimum result(<0) at the same time.
    iphkwan committed Sep 27, 2014
    Configuration menu
    Copy the full SHA
    926d1cb View commit details
    Browse the repository at this point in the history
  2. Update README.md

    iphkwan committed Sep 27, 2014
    Configuration menu
    Copy the full SHA
    1c85298 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2014

  1. Rename Recorder_List.cc to Reorder_List.cc

    Fix name's bug via @jesse Wang
    iphkwan committed Oct 6, 2014
    Configuration menu
    Copy the full SHA
    d175c80 View commit details
    Browse the repository at this point in the history
  2. Rename Maximun_Depth_of_Binary_Tree.cc to Maximum_Depth_of_Binary_Tre…

    …e.cc
    
    Fix name's bug via @jesse Wang
    iphkwan committed Oct 6, 2014
    Configuration menu
    Copy the full SHA
    99c7347 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2014

  1. Create Find_Minimum_in_Rotated_Sorted_Array.cc

    For the reason that it assumes no duplicate exists in the array...This problem seems more easier...
    iphkwan committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    d9bc0f1 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    iphkwan committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    c53c1ce View commit details
    Browse the repository at this point in the history
Loading