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

Commits on Apr 10, 2026

  1. Add type hints to unknown_sort (TheAlgorithms#14489)

    * Added type hints for bogo_sort
    
    * Add type hints to unknown_sort
    
    * Update bogo_sort.py
    
    * Update unknown_sort.py
    
    ---------
    
    Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru>
    Aarav-Arya and MaximSmolskiy authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    f944b91 View commit details
    Browse the repository at this point in the history
  2. Fix empty input edge case and correct output formatting (TheAlgorithm…

    …s#14444)
    
    * Fix empty input edge case and correct output formatting
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update pigeonhole_sort.py
    
    * Update pigeonhole_sort.py
    
    * Update pigeonhole_sort.py
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru>
    3 people authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    fc2f947 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. Bump actions/upload-pages-artifact from 4 to 5 (TheAlgorithms#14551)

    Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/upload-pages-artifact/releases)
    - [Commits](actions/upload-pages-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-pages-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    791deb4 View commit details
    Browse the repository at this point in the history
Loading