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: robinrcoe/Python-Programming
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: robinsingh-ai/Python-Programming
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 12 files changed
  • 4 contributors

Commits on Oct 4, 2021

  1. Configuration menu
    Copy the full SHA
    17292a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    800eb9d View commit details
    Browse the repository at this point in the history
  3. Merge pull request robinsingh-ai#9 from robinrcoe/master

    added rock paper scissor
    robinsingh-ai authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    cdb4763 View commit details
    Browse the repository at this point in the history
  4. Bisection in Python

    The method is applicable for numerically solving the equation f(x) = 0 for the real variable x, where f is a continuous function defined on an interval [a, b] and where f(a) and f(b) have opposite signs. In this case a and b are said to bracket a root since, by the intermediate value theorem, the continuous function f must have at least one root in the interval (a, b).
    ashishworkspace authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    45d2f48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b27ff0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request robinsingh-ai#11 from ashishworkspace/feature/bise…

    …ction
    
    Bisection in Python
    robinsingh-ai authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    0fba7a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. added spacewars

    AaronMathew11 committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    deb7763 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

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

Commits on Oct 7, 2021

  1. New python Mini Project

    Akshat Raj Anand authored and Akshat Raj Anand committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    f5a1540 View commit details
    Browse the repository at this point in the history
  2. Merge pull request robinsingh-ai#14 from akshat343/master

    New python Mini Project
    robinsingh-ai authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    554172d View commit details
    Browse the repository at this point in the history
Loading