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: lighting9999/Python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: patch-4
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
  • 13 files changed
  • 7 contributors

Commits on Sep 23, 2025

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

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.1](astral-sh/ruff-pre-commit@v0.13.0...v0.13.1)
    - [github.com/pre-commit/mirrors-mypy: v1.18.1 → v1.18.2](pre-commit/mirrors-mypy@v1.18.1...v1.18.2)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    e696e4d View commit details
    Browse the repository at this point in the history
  2. Added edit_distance test cases (TheAlgorithms#12984)

    * Added edit_distance test cases
    
    * Update edit_distance.py
    
    ---------
    
    Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru>
    kathrynpete and MaximSmolskiy authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    8d1fb26 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. Add doctests for cross function. Contributes to TheAlgorithms#9943 (T…

    …heAlgorithms#12991)
    
    * Add doctests for cross function. Contributes to TheAlgorithms#9943
    
    * Update sudoku_solver.py
    
    ---------
    
    Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru>
    Dylanskyep and MaximSmolskiy authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    c0ad5bb View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

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

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.13.1 → v0.13.2](astral-sh/ruff-pre-commit@v0.13.1...v0.13.2)
    
    * ci: autoupdate_schedule: monthly
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Christian Clauss <cclauss@me.com>
    pre-commit-ci[bot] and cclauss authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    a71618f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

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

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.13.2...v0.13.3)
    - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.7.0](tox-dev/pyproject-fmt@v2.6.0...v2.7.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    7530a41 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

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

Commits on Oct 8, 2025

  1. Bump astral-sh/setup-uv from 6 to 7 (TheAlgorithms#13335)

    Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7.
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - [Commits](astral-sh/setup-uv@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: astral-sh/setup-uv
      dependency-version: '7'
      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 Oct 8, 2025
    Configuration menu
    Copy the full SHA
    f0d5949 View commit details
    Browse the repository at this point in the history
  2. added rotate_array.py (TheAlgorithms#13336)

    * added rotate_array.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * fixed issues
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * fixed reverse issue
    
    * added doctests
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * changed k to steps for a descriptive name
    
    * fixed non-pep
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    jenyyy4 and pre-commit-ci[bot] authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    788d95b View commit details
    Browse the repository at this point in the history
Loading