-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: funcodingartist/Python
base: master
head repository: TheAlgorithms/Python
compare: master
- 8 commits
- 18 files changed
- 11 contributors
Commits on Mar 25, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 2574004 - Browse repository at this point
Copy the full SHA 2574004View commit details
Commits on Mar 27, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 841e947 - Browse repository at this point
Copy the full SHA 841e947View commit details
Commits on Apr 2, 2026
-
[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]>
Configuration menu - View commit details
-
Copy full SHA for 840ca00 - Browse repository at this point
Copy the full SHA 840ca00View commit details
Commits on Apr 6, 2026
-
fix: remove dead code in hamming_code.py to resolve SIM113 (TheAlgori…
…thms#14509) Co-authored-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 754dac4 - Browse repository at this point
Copy the full SHA 754dac4View commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for 02680c9 - Browse repository at this point
Copy the full SHA 02680c9View commit details
Commits on Apr 10, 2026
-
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]>
Configuration menu - View commit details
-
Copy full SHA for f944b91 - Browse repository at this point
Copy the full SHA f944b91View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for fc2f947 - Browse repository at this point
Copy the full SHA fc2f947View commit details
Commits on Apr 13, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 791deb4 - Browse repository at this point
Copy the full SHA 791deb4View 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