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

Commits on Oct 24, 2019

  1. Update find_max.py

    optimized the code for find_max.
    percy07 authored Oct 24, 2019
    Configuration menu
    Copy the full SHA
    f534177 View commit details
    Browse the repository at this point in the history
  2. Update dfs.py

    Optimized the DFS Algorithm.It is also working for Disconnected Graph.
    percy07 authored Oct 24, 2019
    Configuration menu
    Copy the full SHA
    d05e422 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Update factorial_python.py

    percy07 authored Oct 25, 2019
    Configuration menu
    Copy the full SHA
    86222ea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from percy07/percy07-patch-1

    Update factorial_python.py
    percy07 authored Oct 25, 2019
    Configuration menu
    Copy the full SHA
    a9003aa View commit details
    Browse the repository at this point in the history
  3. Update factorial_python.py

    percy07 authored Oct 25, 2019
    Configuration menu
    Copy the full SHA
    246eecb View commit details
    Browse the repository at this point in the history
  4. Delete dfs.py

    percy07 authored Oct 25, 2019
    Configuration menu
    Copy the full SHA
    885039b View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Update quick_select.py

    Add Doctests.
    percy07 authored Oct 30, 2019
    Configuration menu
    Copy the full SHA
    81f4caf View commit details
    Browse the repository at this point in the history
Loading