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: ljdawn/Leetcode-Py
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.
  • 10 commits
  • 5 files changed
  • 2 contributors

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