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: CuriousCoder321/python-problems
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sumanchaurasiya/python-problems
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 11 files changed
  • 6 contributors

Commits on Oct 5, 2022

  1. hacktoberfest-fix

    Neautrino committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    7b65bd1 View commit details
    Browse the repository at this point in the history
  2. img2pdf

    masteryodaa committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    856cf1f View commit details
    Browse the repository at this point in the history
  3. img2pdf

    masteryodaa committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    caea059 View commit details
    Browse the repository at this point in the history
  4. Create binary.py

    The binary search algorithm is a very important one, and requires you to create a list of numbers between 0 and an upper limit, with every succeeding number having a difference of 2 between them. 
    
    When the user inputs a random number to be searched the program begins its search by dividing the list into two halves. First, the first half is searched for the required number and if found, the other half is rejected and vice versa. The search continues until the number is found or the subarray size becomes zero.
    CuriousCoder321 authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    0c699f6 View commit details
    Browse the repository at this point in the history
  5. Add some programs

    SaloniSahay authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    d7103f9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request sumanchaurasiya#7 from masteryodaa/main

    image to pdf converter
    sumanchaurasiya authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    9359508 View commit details
    Browse the repository at this point in the history
  7. Merge pull request sumanchaurasiya#5 from Neautrino/main

    hacktoberfest-fix
    sumanchaurasiya authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    490dc04 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8cbc954 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    73722b7 View commit details
    Browse the repository at this point in the history
  10. Merge pull request sumanchaurasiya#9 from SaloniSahay/main

    Added some python programs and updated the readme
    sumanchaurasiya authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    7f63664 View commit details
    Browse the repository at this point in the history
  11. added age project

    aaisha26 authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    265d90a View commit details
    Browse the repository at this point in the history
  12. Merge pull request sumanchaurasiya#10 from aaisha26/main

    added age project
    sumanchaurasiya authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    b1f4bc1 View commit details
    Browse the repository at this point in the history
Loading