close
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

Add ENU ECEF target coordinate calculation (geodesy) awaiting reviews This PR is ready to be reviewed
#15056 opened Aug 20, 2026 by deniztunccekic Loading…
11 of 15 tasks
docs: add docstring and doctests to generate_all_permutations) awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#15055 opened Aug 20, 2026 by dwaddle Loading…
Add time and space complexity analysis to insertion_sort docstring awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#15054 opened Aug 18, 2026 by satyamkumar-builds Loading…
3 tasks done
Fix Boyer-Moore bad character shift having no effect awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#15053 opened Aug 18, 2026 by satyamkumar-builds Loading…
3 tasks done
Fix docstring copy-paste error in maths/sumset.py awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#15052 opened Aug 18, 2026 by satyamkumar-builds Loading…
2 of 3 tasks
fix: add input validation to cyclic_sort (#14898) awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#15050 opened Aug 17, 2026 by zhenxun00 Loading…
8 tasks done
Kaprekar numbers implementation with doctests awaiting reviews This PR is ready to be reviewed
#15048 opened Aug 17, 2026 by VishalNyk Loading…
12 of 15 tasks
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
ProTip! Filter pull requests by the default branch with base:master.