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: prakhar1989/Algorithms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gammison/Algorithms
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.
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Jan 21, 2016

  1. Configuration menu
    Copy the full SHA
    e5a29fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from bmoussa/master

    check consecutive element algorithm
    Raghav Dua committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    978a49e View commit details
    Browse the repository at this point in the history
  3. Create mergesorting.py

    Merge sort works by subdividing the the list into two sub-lists, sorting them using Merge sort and then merging them back up. As the recursive call is made to subdivide each list into a sublist, they will eventually reach the size of 1, which is technically a sorted list.
    Papisou committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    3df9d63 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2016

  1. Merge pull request #2 from Papisou/patch-1

    Create mergesorting.py
    Raghav Dua committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    ff6aeee View commit details
    Browse the repository at this point in the history
Loading