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: haoel/leetcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: simonclouds/leetcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Dec 6, 2014

  1. Configuration menu
    Copy the full SHA
    407a44a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56791bd View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2014

  1. Create twoSum.py

    暴利搜索,结果,超时没通过
    simonclouds committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    ebcafb3 View commit details
    Browse the repository at this point in the history
  2. Update twoSum.py

    Submission Result: Runtime Error
    
    Runtime Error Message:	Line 35: TypeError: 'NoneType' object has no attribute '__getitem__'
    Last executed input:	[-3,4,3,90], 0
    simonclouds committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    83dbe2a View commit details
    Browse the repository at this point in the history
Loading