-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: kaitenague/algorithms-python
base: master
head repository: TheAlgorithms/Python
compare: master
- 9 commits
- 11 files changed
- 10 contributors
Commits on May 21, 2025
-
Add median() function using Quickselect (TheAlgorithms#12676)
* Add median() function using Quickselect * Update quick_select.py * Update quick_select.py * Update quick_select.py --------- Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru>
Configuration menu - View commit details
-
Copy full SHA for 26ad689 - Browse repository at this point
Copy the full SHA 26ad689View commit details
Commits on May 22, 2025
-
Add bidirectional search algorithm implementation (TheAlgorithms#12649)
* Add bidirectional search algorithm implementation * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix style and linting issues in bidirectional search * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add doctest for main function * Add doctest for main function * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixed deprications * fixed deprications * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * removed unused import * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update bidirectional_search.py * Update bidirectional_search.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update bidirectional_search.py * [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 <mithridatus@mail.ru>
Configuration menu - View commit details
-
Copy full SHA for ca445f5 - Browse repository at this point
Copy the full SHA ca445f5View commit details -
Improve hash map (TheAlgorithms#12678)
* Mutable _Item * document falsy item * resize_down: expected test result * resize_down: actual result This is a problem since it causes rapid cycling * improve comment about falsy item Co-authored-by: Andrey <Cjkjvfnby@gmail.com> * fix long line * Update hash_map.py * Update hash_map.py --------- Co-authored-by: Andrey <Cjkjvfnby@gmail.com> Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru>
Configuration menu - View commit details
-
Copy full SHA for c81cc26 - Browse repository at this point
Copy the full SHA c81cc26View commit details -
Add tests and cleanup sum_of_subsets algorithm (TheAlgorithms#12746)
* Add tests and cleanup sum_of_subsets algorithm. * Update sum_of_subsets.py * Update sum_of_subsets.py * Update sum_of_subsets.py * Update sum_of_subsets.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru> 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 e1115b5 - Browse repository at this point
Copy the full SHA e1115b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8ad2db - Browse repository at this point
Copy the full SHA a8ad2dbView commit details
Commits on May 26, 2025
-
[pre-commit.ci] pre-commit autoupdate (TheAlgorithms#12760)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.9 → v0.11.11](astral-sh/ruff-pre-commit@v0.11.9...v0.11.11) - [github.com/tox-dev/pyproject-fmt: v2.5.1 → v2.6.0](tox-dev/pyproject-fmt@v2.5.1...v2.6.0) * updating DIRECTORY.md --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e26c388 - Browse repository at this point
Copy the full SHA e26c388View commit details
Commits on May 29, 2025
-
maths/radix2_fft.py: Fix calculation for Python 3.14 (TheAlgorithms#1…
…2772) * maths/radix2_fft.py: Fix calculation for Python 3.14 As suggested at: * TheAlgorithms#12729 (comment) * TheAlgorithms#12710 (comment) @MaximSmolskiy @KirilBangachev @skirpichev Careful review, please. I am just implementing the suggestion, but I do not have any expertise in this area. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Change test results * GitHub Actions: Rename job from build to directory_writer It is confusing to have two jobs named `build`. --------- 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 d0d7f0b - Browse repository at this point
Copy the full SHA d0d7f0bView commit details
Commits on May 31, 2025
-
feat: create straight_line_depreciation (TheAlgorithms#12377)
Co-authored-by: Jeonghyun Min <20122791@tafe.wa.edu.au>
Configuration menu - View commit details
-
Copy full SHA for 4b077c0 - Browse repository at this point
Copy the full SHA 4b077c0View commit details
Commits on Jun 2, 2025
-
Add doctests for the boyer_moore_search algorithm. (TheAlgorithms#12769)
* Add doctests for the boyer_moore_search algorithm. * Update boyer_moore_search.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update boyer_moore_search.py * Update boyer_moore_search.py --------- Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru> 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 c3d4b9e - Browse repository at this point
Copy the full SHA c3d4b9eView 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