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: funcodingartist/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.
  • 8 commits
  • 18 files changed
  • 11 contributors

Commits on Mar 25, 2026

  1. Bump actions/deploy-pages from 4 to 5 (TheAlgorithms#14445)

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

Commits on Mar 27, 2026

  1. Bump actions/configure-pages from 5 to 6 (TheAlgorithms#14470)

    Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 5 to 6.
    - [Release notes](https://github.com/actions/configure-pages/releases)
    - [Commits](actions/configure-pages@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/configure-pages
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    841e947 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2026

  1. [pre-commit.ci] pre-commit autoupdate (TheAlgorithms#14325)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.14...v0.15.4)
    - [github.com/tox-dev/pyproject-fmt: v2.12.1 → v2.16.2](tox-dev/pyproject-fmt@v2.12.1...v2.16.2)
    - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25)
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * updating DIRECTORY.md
    
    * Configure mypy to target Python 3.14 and update to v1.20.0
    
    Agent-Logs-Url: https://github.com/TheAlgorithms/Python/sessions/332481be-4c5f-4412-abf8-6ef4a3913828
    
    Co-authored-by: cclauss <[email protected]>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Maxim Smolskiy <[email protected]>
    Co-authored-by: MaximSmolskiy <[email protected]>
    Co-authored-by: Christian Clauss <[email protected]>
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: cclauss <[email protected]>
    6 people authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    840ca00 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2026

  1. Configuration menu
    Copy the full SHA
    754dac4 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (TheAlgorithms#14513)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.4...v0.15.9)
    - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
    - [github.com/tox-dev/pyproject-fmt: v2.16.2 → v2.21.0](tox-dev/pyproject-fmt@v2.16.2...v2.21.0)
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Maxim Smolskiy <[email protected]>
    pre-commit-ci[bot] and MaximSmolskiy authored Apr 6, 2026
    Configuration menu
    Copy the full SHA
    02680c9 View commit details
    Browse the repository at this point in the history

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 <[email protected]>
    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 <[email protected]>
    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] <[email protected]>
    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