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 volume_of_torus algorithm in maths awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#14150 opened Jan 16, 2026 by Gopesh111 Loading…
11 of 15 tasks
Add docstring to palindrome function tests are failing Do not merge until tests pass
#14144 opened Jan 16, 2026 by Tithi234 Loading…
improve computer-vision-readme
#14143 opened Jan 16, 2026 by AhmadObeid Loading…
4 of 15 tasks
Refactor: unify abs usage and expand type hints to float awaiting reviews This PR is ready to be reviewed
#14142 opened Jan 15, 2026 by Sripaadpatel Loading…
15 tasks
Change from qiskit import Aer to from qiskit_aer import AerSimulator 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
#14138 opened Jan 14, 2026 by AnshMNSoni Loading…
8 tasks done
Fix return type description in bubble_sort.py
#14137 opened Jan 14, 2026 by ParthPawar10 Loading…
6 of 15 tasks
Correct typo from 'two large' to 'too large'
#14135 opened Jan 13, 2026 by ParthPawar10 Loading…
6 of 15 tasks
improved perfect number algorithm in maths module
#14134 opened Jan 12, 2026 by Manvith-kumar16 Loading…
15 tasks
Add sliding window maximum using monotonic deque
#14133 opened Jan 12, 2026 by P09s Loading…
Add Armstrong number algorithm in maths module
#14099 opened Jan 11, 2026 by Manvith-kumar16 Loading…
15 tasks
Improve documentation and add clarity comments tests are failing Do not merge until tests pass
#14098 opened Jan 11, 2026 by Alexrohith Loading…
3 of 15 tasks
Added area_triangle_two_sides_included_angle function
#14097 opened Jan 10, 2026 by pdadhikary Loading…
12 of 15 tasks
added grover-search algorithm awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#14096 opened Jan 10, 2026 by AnshMNSoni Loading…
13 of 15 tasks
Docs/strassen docstring complexity
#14095 opened Jan 9, 2026 by Rajnish5821Kumar Loading…
15 tasks
Add iterative binary search implementation
#14090 opened Jan 9, 2026 by KushDutta23 Loading…
15 tasks
Add number triangle pattern implementation tests are failing Do not merge until tests pass
#14088 opened Jan 8, 2026 by AshutoshShekharProjects Loading…
Add topological sort using DFS and Kahn's algorithm awaiting reviews This PR is ready to be reviewed require tests Tests [doctest/unittest/pytest] are required
#14086 opened Jan 8, 2026 by 16Prithvi Loading…
10 of 15 tasks
docs: add complexity notes to Strassen algorithm awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#14085 opened Jan 8, 2026 by shivansh31414 Loading…
15 tasks
Fix typo in project title in README.md
#14083 opened Jan 7, 2026 by Hettbhutak Loading…
1 of 15 tasks
Improve docstring clarity for gcd function 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
#14082 opened Jan 7, 2026 by Dhruvavk Loading…
11 of 15 tasks
Improve grammar in linear_search docstring
#14081 opened Jan 6, 2026 by YASWANTH1976 Loading…
4 of 15 tasks
Fix grammar in binary_search docstring
#14080 opened Jan 6, 2026 by YASWANTH1976 Loading…
4 of 15 tasks
Add ounces to grams conversion.
#14079 opened Jan 6, 2026 by abre-dev Loading…
4 tasks done
Improve sorted input validation in binary search awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#14074 opened Jan 3, 2026 by YASWANTH1976 Loading…
10 of 15 tasks
ProTip! Exclude everything labeled bug with -label:bug.