-
- Notifications
You must be signed in to change notification settings - Fork 48.6k
Pull requests: TheAlgorithms/Python
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
(#13235) [feat] Add classical and quantum Hamiltonian functions with examples awaiting reviews This PR is ready to be reviewed
#13246 opened Oct 6, 2025 by Garvity Loading…
13 of 14 tasks
Update kth_largest_element.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
#13244 opened Oct 5, 2025 by Amitverma0509 Loading…
9 tasks done
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
Add Hopcroft-Karp algorithm and doctests for manual_accuracy function awaiting reviews This PR is ready to be reviewed
#13233 opened Oct 5, 2025 by G26karthik Loading…
longest palindromic substring awaiting reviews This PR is ready to be reviewed require descriptive names This PR needs descriptive function and/or variable names
#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 tests are failing Do not merge until tests pass
#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
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 This PR is ready to be reviewed
sum_linked_lists
with doctests awaiting reviews #13202 opened Oct 5, 2025 by Aisha630 Loading…
13 of 15 tasks
Add This PR is ready to be reviewed
partition_linked_list
algorithm with doctests awaiting reviews #13201 opened Oct 5, 2025 by Aisha630 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
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! Filter pull requests by the default branch with base:master.