Skip to content

Pull requests: TheAlgorithms/Python

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

fix: raise ValueError when simplex hits max iterations
#15047 opened Aug 17, 2026 by deepshekhardas Loading…
1 of 3 tasks
fix: reject multi-character separators in split
#15046 opened Aug 17, 2026 by deepshekhardas Loading…
1 of 3 tasks
fix: use adjoint matrix when computing 3x3 inverse
#15045 opened Aug 17, 2026 by deepshekhardas Loading…
1 of 3 tasks
fix: pivot on zero diagonal in points_to_polynomial
#15044 opened Aug 17, 2026 by deepshekhardas Loading…
1 of 3 tasks
fix: make bad character shift effective in boyer_moore_search
#15043 opened Aug 17, 2026 by deepshekhardas Loading…
1 of 3 tasks
fix: reject non-power-of-2 score lists in minimax
#15042 opened Aug 17, 2026 by deepshekhardas Loading…
1 of 3 tasks
fix: raise TypeError for non-integer bucket_count in bucket_sort
#15041 opened Aug 17, 2026 by deepshekhardas Loading…
1 of 3 tasks
fix: raise ValueError on negative inputs in radix_sort
#15040 opened Aug 17, 2026 by deepshekhardas Loading…
1 of 3 tasks
fix: correct sumset() docstring
#15039 opened Aug 17, 2026 by deepshekhardas Loading…
2 of 3 tasks
Fix sumset docstring awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#15038 opened Aug 16, 2026 by sanchiagarwal0 Loading…
10 tasks done
fix: reject negative values in radix sort awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#15036 opened Aug 16, 2026 by PiyushKumar74110 Loading…
12 of 14 tasks
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
ProTip! Filter pull requests by the default branch with base:master.