-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: zhangchao162/TheAlgorithmsPython
base: master
head repository: TheAlgorithms/Python
compare: master
- 8 commits
- 12 files changed
- 8 contributors
Commits on Oct 19, 2025
-
Add doctest for circular queue overflow condition (TheAlgorithms#13590)
* Add doctest for circular queue overflow condition Added a doctest to test the QUEUE IS FULL exception when attempting to enqueue an element into a full circular queue. This improves test coverage for line 67 in data_structures/queues/circular_queue.py. Fixes TheAlgorithms#9943 * Update circular_queue.py * Update circular_queue.py * Update circular_queue.py * Update circular_queue.py --------- Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru>
Configuration menu - View commit details
-
Copy full SHA for 3b08413 - Browse repository at this point
Copy the full SHA 3b08413View commit details -
feat: optimizing the prune function at the apriori_algorithm.py archi…
…ve (TheAlgorithms#12992) * feat: optimizing the prune function at the apriori_algorithm.py archive * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix: fixing the unsorted importing statment * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix: fixing the key structure to a tuple that can be an hashable structure * Update apriori_algorithm.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update apriori_algorithm.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>
Configuration menu - View commit details
-
Copy full SHA for 154cd3e - Browse repository at this point
Copy the full SHA 154cd3eView commit details
Commits on Oct 20, 2025
-
Add doctest for add_vertex in GraphAdjacencyList. Contributes to TheA…
…lgorithms#9943 (TheAlgorithms#13143) * Add doctest for add_vertex in GraphAdjacencyList. Contributes to TheAlgorithms#9943 * Update graph_adjacency_list.py --------- Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru>
Configuration menu - View commit details
-
Copy full SHA for 1b0bd16 - Browse repository at this point
Copy the full SHA 1b0bd16View commit details -
Add test for non-integer input to factorial function (TheAlgorithms#1…
…3024) * Add test for non-integer input to factorial function * Update test_factorial.py --------- Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru>
Configuration menu - View commit details
-
Copy full SHA for e2a78d4 - Browse repository at this point
Copy the full SHA e2a78d4View commit details
Commits on Nov 3, 2025
-
[pre-commit.ci] pre-commit autoupdate (TheAlgorithms#13860)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.3...v0.14.3) - [github.com/tox-dev/pyproject-fmt: v2.7.0 → v2.11.0](tox-dev/pyproject-fmt@v2.7.0...v2.11.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>
Configuration menu - View commit details
-
Copy full SHA for af17867 - Browse repository at this point
Copy the full SHA af17867View commit details
Commits on Nov 6, 2025
-
uv run --with=pytest-run-parallel --iterations=8 --parallel-threads=a…
Configuration menu - View commit details
-
Copy full SHA for ae68a78 - Browse repository at this point
Copy the full SHA ae68a78View commit details
Commits on Nov 22, 2025
-
Bump actions/checkout from 5 to 6 (TheAlgorithms#13937)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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>
Configuration menu - View commit details
-
Copy full SHA for a051ab5 - Browse repository at this point
Copy the full SHA a051ab5View commit details
Commits on Dec 1, 2025
-
[pre-commit.ci] pre-commit autoupdate (TheAlgorithms#13979)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.3...v0.14.7) - [github.com/tox-dev/pyproject-fmt: v2.11.0 → v2.11.1](tox-dev/pyproject-fmt@v2.11.0...v2.11.1) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8934bab - Browse repository at this point
Copy the full SHA 8934babView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master