-
-
Notifications
You must be signed in to change notification settings - Fork 51k
Pull requests: TheAlgorithms/Python
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix: add input validation to cyclic_sort to prevent infinite loop
awaiting reviews
This PR is ready to be reviewed
enhancement
This PR modified some existing files
#15026
opened Aug 14, 2026 by
deepshekhardas
Loading…
2 of 3 tasks
fix: correct Spearman correlation for tied values
awaiting reviews
This PR is ready to be reviewed
enhancement
This PR modified some existing files
tests are failing
Do not merge until tests pass
#15025
opened Aug 14, 2026 by
deepshekhardas
Loading…
2 of 3 tasks
fix: initialize PageRank to 1/n instead of 1
awaiting reviews
This PR is ready to be reviewed
enhancement
This PR modified some existing files
#15024
opened Aug 14, 2026 by
deepshekhardas
Loading…
2 of 3 tasks
fix: add doctest.testmod() to gnome_sort.py
awaiting reviews
This PR is ready to be reviewed
enhancement
This PR modified some existing files
#15023
opened Aug 14, 2026 by
deepshekhardas
Loading…
2 of 3 tasks
refactor(searches): add type annotations, docstring, and doctests to …
awaiting reviews
This PR is ready to be reviewed
enhancement
This PR modified some existing files
tests are failing
Do not merge until tests pass
#15021
opened Aug 13, 2026 by
vav7
Loading…
11 of 13 tasks
Add simple algorithm
awaiting reviews
This PR is ready to be reviewed
#15019
opened Aug 11, 2026 by
hunter-bradley-akash-code
Loading…
11 of 15 tasks
docs: fix sumset docstring
awaiting reviews
This PR is ready to be reviewed
enhancement
This PR modified some existing files
#15014
opened Aug 8, 2026 by
hariomlohardev
Loading…
12 of 15 tasks
Add hamiltonian functions
awaiting reviews
This PR is ready to be reviewed
#15012
opened Aug 8, 2026 by
TejaashriUK
Loading…
12 tasks done
fix(sorts): raise ValueError on negative inputs in radix_sort (#14950)
awaiting reviews
This PR is ready to be reviewed
enhancement
This PR modified some existing files
#15011
opened Aug 7, 2026 by
nalin1012
Loading…
10 tasks done
fix: bad-character shift in Boyer-Moore search has no effect
awaiting reviews
This PR is ready to be reviewed
enhancement
This PR modified some existing files
#15010
opened Aug 7, 2026 by
bolverk
Loading…
5 tasks done
Add input validation to cyclic_sort to prevent invalid inputs
awaiting reviews
This PR is ready to be reviewed
enhancement
This PR modified some existing files
#15009
opened Aug 6, 2026 by
Gairola788
Loading…
11 of 15 tasks
fix(searches): correct ternary search pivots and exclusive bounds
awaiting reviews
This PR is ready to be reviewed
enhancement
This PR modified some existing files
#15005
opened Aug 5, 2026 by
SEPURI-SAI-KRISHNA
Loading…
12 of 15 tasks
fix(sorts): prevent comb_sort from returning an unsorted list
awaiting reviews
This PR is ready to be reviewed
enhancement
This PR modified some existing files
#15003
opened Aug 5, 2026 by
SEPURI-SAI-KRISHNA
Loading…
12 of 15 tasks
Validate scores for minimax function
awaiting reviews
This PR is ready to be reviewed
enhancement
This PR modified some existing files
#15001
opened Aug 4, 2026 by
adithyanhp
Loading…
12 of 15 tasks
Add baby-step giant-step discrete logarithm algorithm
#14997
opened Aug 3, 2026 by
felipeofdev-ai
Loading…
12 of 15 tasks
Add Tonelli-Shanks algorithm for modular square roots
#14995
opened Aug 3, 2026 by
felipeofdev-ai
Loading…
12 of 15 tasks
Add Digital Root algorithm to maths
awaiting reviews
This PR is ready to be reviewed
#14988
opened Aug 1, 2026 by
MeiSiristhebest
Loading…
5 tasks done
fix(sorts): raise TypeError when bucket_count is not an integer in bucket_sort (#14970)
awaiting reviews
This PR is ready to be reviewed
enhancement
This PR modified some existing files
#14987
opened Jul 31, 2026 by
TheRodzz
Loading…
13 of 15 tasks
fix(sorts): raise ValueError for negative inputs in radix_sort (#14950)
awaiting reviews
This PR is ready to be reviewed
enhancement
This PR modified some existing files
#14986
opened Jul 31, 2026 by
TheRodzz
Loading…
13 of 15 tasks
fix: validate Butterworth filter inputs
awaiting reviews
This PR is ready to be reviewed
enhancement
This PR modified some existing files
#14979
opened Jul 29, 2026 by
rushijagani-dev
Loading…
12 of 15 tasks
Raise ValueError for negative inputs in radix_sort
awaiting reviews
This PR is ready to be reviewed
enhancement
This PR modified some existing files
tests are failing
Do not merge until tests pass
#14975
opened Jul 26, 2026 by
keerthitn9
Loading…
10 of 15 tasks
Raise ValueError for invalid A1Z26 input
awaiting reviews
This PR is ready to be reviewed
enhancement
This PR modified some existing files
tests are failing
Do not merge until tests pass
#14974
opened Jul 26, 2026 by
bengokaysaglam
Loading…
1 task done
feat: add MinHash Jaccard similarity estimator
awaiting reviews
This PR is ready to be reviewed
require tests
Tests [doctest/unittest/pytest] are required
tests are failing
Do not merge until tests pass
#14973
opened Jul 25, 2026 by
yanglluo
Loading…
12 of 13 tasks
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.