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

feat(graphs): implement Hopcroft-Karp maximum bipartite matching 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
#15385 opened Sep 20, 2026 by chethanasridhar Loading…
5 tasks done
Fix exponential_search recursing forever when the item is below the first element awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#15384 opened Sep 20, 2026 by Darkslayer3324j Contributor Loading…
12 of 13 tasks
Fix tree_sort dropping duplicate values awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#15381 opened Sep 19, 2026 by Darkslayer3324j Contributor Loading…
12 of 13 tasks
Fix flash_sort permutation phase raising IndexError on repeated values awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#15380 opened Sep 19, 2026 by Darkslayer3324j Contributor Loading…
12 of 13 tasks
chore: refresh Hacktoberfest 2026 prep tracker awaiting reviews This PR is ready to be reviewed documentation This PR modified documentation files
#15379 opened Sep 19, 2026 by github-actions Bot Loading…
sorts: make odd_even_sort generic over any comparable type (Part of #15234) awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#15378 opened Sep 18, 2026 by aayushgupta7725 Loading…
9 of 15 tasks
Add maximum matching in trees using dynamic programming awaiting reviews This PR is ready to be reviewed
#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
sorts: make strand sort work with comparable types awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files on hold tests are failing Do not merge until tests pass
#15350 opened Sep 15, 2026 by nikhil-mewar Loading…
12 of 15 tasks
sorts: make recursive_insertion_sort generic over Comparable items on hold tests are failing Do not merge until tests pass
#15340 opened Sep 15, 2026 by Rokesh2008 Contributor Loading…
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: 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 Contributor Loading…
2 of 3 tasks
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
perf: keep Euler 135 arithmetic integral
#14990 opened Aug 2, 2026 by tomatotomata Contributor Loading…
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
Fix word occurrence doctest variable typo awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#14909 opened Jul 9, 2026 by iamdhrv Loading…
11 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
ProTip! Exclude everything labeled bug with -label:bug.