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 maximum matching in trees using dynamic programming awaiting reviews This PR is ready to be reviewed on hold
#15376 opened Sep 18, 2026 by stupidprogrammer4 Loading…
8 of 15 tasks
ci: add matchify pre-commit hook awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files on hold
#15356 opened Sep 16, 2026 by kadubhumika Contributor Loading…
3 of 15 tasks
Add suffix array algorithm awaiting reviews This PR is ready to be reviewed on hold
#15319 opened Sep 13, 2026 by LouisDeconinck Contributor Loading…
11 of 15 tasks
Add Point in Polygon algorithm using ray casting awaiting reviews This PR is ready to be reviewed on hold
#15309 opened Sep 13, 2026 by Clear20-22 Contributor Loading…
12 of 14 tasks
python3.15t awaiting reviews This PR is ready to be reviewed on hold
#15142 opened Aug 31, 2026 by cclauss Member Loading…
1 of 15 tasks
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(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(searches): correct ternary search pivots and exclusive bounds awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files git merge conflict
#15005 opened Aug 5, 2026 by SEPURI-SAI-KRISHNA Contributor Loading…
12 of 15 tasks
Add baby-step giant-step discrete logarithm algorithm awaiting changes A maintainer has requested changes to this PR
#14997 opened Aug 3, 2026 by felipeofdev-ai Contributor Loading…
12 of 15 tasks
Refactor logistic regression to OOP class with multi-class support awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#14923 opened Jul 12, 2026 by rituuu001 Loading…
13 of 15 tasks
Add is_palindrome_ignore_case_and_spaces to strings/palindrome.py awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#14907 opened Jul 7, 2026 by kaviya-ns Loading…
10 of 15 tasks
Fix binary_exponentiation: integer exponent and floor division, add doctest awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#14876 opened Jun 30, 2026 by ArefinAlter Loading…
8 of 15 tasks
fix(data_compression): handle duplicates correctly and throw consistent ValueError in coordinate_compression awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#14873 opened Jun 29, 2026 by aoright Contributor Loading…
13 of 15 tasks
feat: add longest repeating subsequence algorithm awaiting reviews This PR is ready to be reviewed
#14856 opened Jun 24, 2026 by JPisOP007 Loading…
11 of 14 tasks
Add Gaussian Naive Bayes classifier in machine_learning/ awaiting changes A maintainer has requested changes to this PR git merge conflict
#14853 opened Jun 24, 2026 by PRERITARYA Contributor Loading…
11 of 14 tasks
Remove unnecessary global declarations, inline inner function and fix main loop while condition in chaos_machine awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#14814 opened Jun 18, 2026 by jonathandung Loading…
5 of 15 tasks
fix: handle not-found edges in exponential_search awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#14806 opened Jun 15, 2026 by pony-maggie Contributor Loading…
11 of 15 tasks
updated the kmap simplification algorithm to give the most simplified expression awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#14792 opened Jun 10, 2026 by ParthKGarg Loading…
12 of 15 tasks
Add collisions awaiting changes A maintainer has requested changes to this PR enhancement This PR modified some existing files
#14787 opened Jun 9, 2026 by autobotx343 Loading…
12 of 15 tasks
fix typo in binomial_distribution.py print statement awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#14779 opened Jun 8, 2026 by f-p-0 Loading…
5 tasks done
fix: inverted loop condition in chaos_machine.py prevents execution awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#14777 opened Jun 8, 2026 by aeyjeyaryan Loading…
11 tasks done
fix(maths): use specific exception types in collatz_sequence awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#14769 opened Jun 6, 2026 by fauzan171 Loading…
2 tasks done
fix(maths): correct recursive call in sum_of_digits_recursion awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#14768 opened Jun 6, 2026 by fauzan171 Loading…
2 tasks done
refactor(maths): use direct iteration instead of index-based loops in persistence.py awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#14767 opened Jun 6, 2026 by fauzan171 Loading…
2 tasks done
ProTip! Exclude everything labeled bug with -label:bug.