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

added links for sections awaiting reviews This PR is ready to be reviewed
#13239 opened Oct 5, 2025 by julian-st Loading…
11 tasks done
Updated the error handling in and_gate.py awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#13236 opened Oct 5, 2025 by HarshRaj29004 Loading…
11 of 15 tasks
New Genetic Algorithm solution for Knapsack problem awaiting reviews This PR is ready to be reviewed
#13234 opened Oct 5, 2025 by Dang-Hoang-Tung Loading…
12 of 15 tasks
feat(graphs): Add Hopcroft-Karp maximum bipartite matching algorithm
#13233 opened Oct 5, 2025 by G26karthik Loading…
11 tasks done
longest palindromic substring awaiting reviews This PR is ready to be reviewed require descriptive names This PR needs descriptive function and/or variable names tests are failing Do not merge until tests pass
#13232 opened Oct 5, 2025 by RamachandraBhardwaj Loading…
12 of 15 tasks
Add pytest for heap_sort awaiting reviews This PR is ready to be reviewed
#13231 opened Oct 5, 2025 by NavanithaSri Loading…
4 of 5 tasks
Added vectorized approach of Gradient descent. Also added typehints t… awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#13229 opened Oct 5, 2025 by DevPatel-11 Loading…
12 of 15 tasks
add a new reverse-linked-list awaiting reviews This PR is ready to be reviewed require descriptive names This PR needs descriptive function and/or variable names require type hints https://docs.python.org/3/library/typing.html tests are failing Do not merge until tests pass
#13228 opened Oct 5, 2025 by Sangram03 Loading…
12 of 15 tasks
Adding a prime check function awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#13223 opened Oct 5, 2025 by rmp5941 Loading…
11 of 15 tasks
Add vectorized implementations of Linear Regression using Gradient Descent awaiting reviews This PR is ready to be reviewed
#13221 opened Oct 5, 2025 by somrita-banerjee Loading…
12 of 15 tasks
cousins_in_a_binary_tree.py awaiting reviews This PR is ready to be reviewed require descriptive names This PR needs descriptive function and/or variable names require tests Tests [doctest/unittest/pytest] are required require type hints https://docs.python.org/3/library/typing.html tests are failing Do not merge until tests pass
#13220 opened Oct 5, 2025 by DivyanshRajSoni Loading…
11 of 15 tasks
added powersort in sorts/power_sort.py awaiting reviews This PR is ready to be reviewed
#13219 opened Oct 5, 2025 by a3ro-dev Loading…
11 of 15 tasks
Add doctests to cryptomath_module.py awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#13217 opened Oct 5, 2025 by pranlawate Loading…
6 of 15 tasks
Add algorithm to find Two unique numbers using bit manipulation with docsets awaiting reviews This PR is ready to be reviewed
#13216 opened Oct 5, 2025 by RamachandraBhardwaj Loading…
12 of 15 tasks
Improve README interactivity and contributor engagement (fixes #13111, #13076) awaiting reviews This PR is ready to be reviewed documentation This PR modified documentation files
#13213 opened Oct 5, 2025 by Suke2004 Loading…
4 tasks done
2
Fix doctest in factorial_recursive to test correct function awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#13210 opened Oct 5, 2025 by Carraigh Loading…
1 of 15 tasks
Refactor Linear Regression to Fully Vectorized Version awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#13208 opened Oct 5, 2025 by ARES2525 Loading…
12 of 15 tasks
Adding top view of Binary Tree awaiting reviews This PR is ready to be reviewed require tests Tests [doctest/unittest/pytest] are required require type hints https://docs.python.org/3/library/typing.html
#13206 opened Oct 5, 2025 by yashdkadam Loading…
15 tasks done
Add sum_linked_lists with doctests awaiting reviews This PR is ready to be reviewed
#13202 opened Oct 5, 2025 by Aisha630 Loading…
13 of 15 tasks
Add partition_linked_list algorithm with doctests awaiting reviews This PR is ready to be reviewed
#13201 opened Oct 5, 2025 by Aisha630 Loading…
13 of 15 tasks
Update __init__.py
#13198 opened Oct 5, 2025 by itsomg134 Loading…
13 of 15 tasks
Create triangularSum.py tests are failing Do not merge until tests pass
#13197 opened Oct 5, 2025 by ganeshsinghyadav Loading…
15 tasks
Add magnetic_flux.py implementation awaiting reviews This PR is ready to be reviewed require tests Tests [doctest/unittest/pytest] are required
#13196 opened Oct 4, 2025 by ViniViniAntunes Loading…
15 tasks
docs: improve README grammar and clarity awaiting reviews This PR is ready to be reviewed documentation This PR modified documentation files
#13194 opened Oct 4, 2025 by Aditya-mittal21 Loading…
5 of 15 tasks
Create remove_duplicates_fromarray.py awaiting reviews This PR is ready to be reviewed
#13192 opened Oct 4, 2025 by aviralpratap21 Loading…
8 of 15 tasks
ProTip! Exclude everything labeled bug with -label:bug.