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: dimitar9/Leetcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SocialfiPanda/Leetcode-Py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 96 files changed
  • 3 contributors

Commits on Jul 19, 2014

  1. add more solutions

    SocialfiPanda committed Jul 19, 2014
    Configuration menu
    Copy the full SHA
    3240193 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2014

  1. idiomatic Python

    SocialfiPanda committed Sep 7, 2014
    Configuration menu
    Copy the full SHA
    722cc13 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2014

  1. Configuration menu
    Copy the full SHA
    93a8f22 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2014

  1. Update Word Break II.py

    Instead of two passes, we might do it in one pass, and decide whether we need to backtrack all the paths. Please let me know if you have any thoughts on it. Thanks!
    yjc801 committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    2cce238 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2014

  1. Merge pull request SocialfiPanda#5 from yjc801/patch-1

    merge word break II alternate solution
    SocialfiPanda committed Sep 13, 2014
    Configuration menu
    Copy the full SHA
    bbf0d4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29c74c1 View commit details
    Browse the repository at this point in the history
  3. Fixed a typo

    yjc801 committed Sep 13, 2014
    Configuration menu
    Copy the full SHA
    23ee149 View commit details
    Browse the repository at this point in the history
  4. Add an alternative solution

    yjc801 committed Sep 13, 2014
    Configuration menu
    Copy the full SHA
    c6c18fc View commit details
    Browse the repository at this point in the history
  5. Add an alternative solution

    yjc801 committed Sep 13, 2014
    Configuration menu
    Copy the full SHA
    d31ded8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2014

  1. Merge pull request SocialfiPanda#6 from yjc801/master

    Fixed a typo and updated an alternative solution for Distinct Subsequences.py
    SocialfiPanda committed Oct 27, 2014
    Configuration menu
    Copy the full SHA
    428fe2a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2015

  1. Configuration menu
    Copy the full SHA
    80be243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    629ad80 View commit details
    Browse the repository at this point in the history
  3. Update Remove Nth Node From End of List.py

    avoid use of prev, minimize time complexity
    resorcap committed Mar 8, 2015
    Configuration menu
    Copy the full SHA
    58c7450 View commit details
    Browse the repository at this point in the history
  4. Create Largest Number.py

    resorcap committed Mar 8, 2015
    Configuration menu
    Copy the full SHA
    b3e2a56 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2015

  1. Merge pull request SocialfiPanda#7 from resorcap/master

    Create Excel Sheet Column Number.py
    SocialfiPanda committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    dcd640a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2015

  1. Create Number of 1 Bits.py

    resorcap committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    6c34a43 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2015

  1. Update Number of 1 Bits.py

    an efficient solution use bitwise operation
    resorcap committed Mar 21, 2015
    Configuration menu
    Copy the full SHA
    3d116c9 View commit details
    Browse the repository at this point in the history
  2. Update Number of 1 Bits.py

    Adjust Format
    resorcap committed Mar 21, 2015
    Configuration menu
    Copy the full SHA
    fee2b1f View commit details
    Browse the repository at this point in the history
  3. Update Number of 1 Bits.py

    resorcap committed Mar 21, 2015
    Configuration menu
    Copy the full SHA
    2daa9b6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request SocialfiPanda#9 from resorcap/master

    Add `Number of 1 Bits`
    SocialfiPanda committed Mar 21, 2015
    Configuration menu
    Copy the full SHA
    8a309dc View commit details
    Browse the repository at this point in the history
Loading