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: cclauss/Python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 18c853d
Choose a base ref
...
head repository: TheAlgorithms/Python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a71618f
Choose a head ref
  • 7 commits
  • 18 files changed
  • 6 contributors

Commits on Sep 12, 2025

  1. pre-commit autoupdate 2025-09-11 (TheAlgorithms#12963)

    * pre-commit autoupdate 2025-09-11
    
    * [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>
    cclauss and pre-commit-ci[bot] authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    63180d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

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

    updates:
    - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.1](pre-commit/mirrors-mypy@v1.17.1...v1.18.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    0ee534e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. fix covid_stats_via_xpath.py (TheAlgorithms#12975)

    * fix covid_stats_via_xpath.py
    
    Improve error handling.
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * fix covid_stats_via_xpath.py typo
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * fix ruff
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * upgrade covid_stats_via_xpath.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update and fix covid_stats_via_xpath.py
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    lighting9999 and pre-commit-ci[bot] authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    4ec71a3 View commit details
    Browse the repository at this point in the history

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