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

Improve two_pointer documentation and readability 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
#14539 opened Apr 11, 2026 by ayushdwivedi-stack Loading…
3 of 13 tasks
Improve reverse letters validation awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#14534 opened Apr 11, 2026 by shineyrbl-byte Loading…
6 of 11 tasks
Add Z-score normalization algorithm for data standardization awaiting reviews This PR is ready to be reviewed
#14527 opened Apr 9, 2026 by saurav856 Loading…
11 tasks done
Add moving average algorithm for sliding window data analysis awaiting reviews This PR is ready to be reviewed
#14526 opened Apr 9, 2026 by saurav856 Loading…
11 tasks done
Add Kadane's algorithm for maximum subarray sum awaiting reviews This PR is ready to be reviewed
#14525 opened Apr 9, 2026 by saurav856 Loading…
11 tasks done
feat: add label smoothing regularization to machine_learning awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#14524 opened Apr 9, 2026 by thansenai-code Loading…
11 of 15 tasks
Fix binary search final awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#14523 opened Apr 9, 2026 by tusharynayaka Loading…
Fix: add actual implementation for use-effect simulation (previous PR was empty) awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#14518 opened Apr 7, 2026 by kadambari25 Loading…
14 of 15 tasks
Add get_word_path function to word_search.py 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
#14511 opened Apr 6, 2026 by kadambari25 Loading…
10 of 14 tasks
Fix: handle zero input in binary_count_trailing_zeros 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
#14510 opened Apr 6, 2026 by kadambari25 Loading…
11 of 13 tasks
Add function to check if a number is a palindrome awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#14507 opened Apr 5, 2026 by YASWANTH1976 Contributor Loading…
10 of 15 tasks
Feat macaulay duration awaiting reviews This PR is ready to be reviewed
#14506 opened Apr 5, 2026 by max-klingner Contributor Loading…
12 of 15 tasks
create word search path retrieval with comprehensive doctests 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
#14504 opened Apr 5, 2026 by maknelso Loading…
11 of 15 tasks
Fix incorrect handling of zero input in binary_count_trailing_zeros awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#14495 opened Apr 1, 2026 by satwik-exe Loading…
3 tasks done
feat: add progressive_set_intersection to disjoint_set awaiting reviews This PR is ready to be reviewed
#14492 opened Apr 1, 2026 by Devanik21 Loading…
6 tasks done
add: median of medians algorithm in maths awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#14486 opened Mar 31, 2026 by shubhangiisinghh Loading…
11 of 15 tasks
feat: add Reversort sorting algorithm awaiting reviews This PR is ready to be reviewed
#14482 opened Mar 29, 2026 by xingzihai Loading…
3 tasks done
fix: off-by-one error in binary_count_trailing_zeros for zero input (#14479) 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
#14480 opened Mar 29, 2026 by zendy199x Loading…
12 of 15 tasks
Refactor: clean memoized knapsack using functools.cache awaiting reviews This PR is ready to be reviewed require tests Tests [doctest/unittest/pytest] are required
#14478 opened Mar 29, 2026 by anikchand461 Loading…
15 tasks done
Adding-Classification-On-Decision-Tree awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#14477 opened Mar 29, 2026 by Sananda-Dutta Loading…
10 of 15 tasks
Fix type hints in sorts/tim_sort.py, relates to #14457 awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#14474 opened Mar 28, 2026 by ale-molinari Loading…
11 of 15 tasks
feat: add LCS string reconstruction using DP backtracking awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#14472 opened Mar 28, 2026 by GSuryaP Loading…
4 tasks done
ProTip! Filter pull requests by the default branch with base:master.