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 A* (A-star) Pathfinding Algorithm with Doctests & Type Hints 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
#13781 opened Oct 27, 2025 by umarprogrammer19 Loading…
15 tasks done
added TSP solution using MST implementation with docstrings under Graphs 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
#13682 opened Oct 22, 2025 by raisaaajose Loading…
12 of 15 tasks
Add: Matrix Prefix Sum awaiting reviews This PR is ready to be reviewed
#10841 opened Oct 23, 2023 by invincible04 Loading…
12 of 15 tasks
Multinomial naive bayes text classifier awaiting reviews This PR is ready to be reviewed
#9619 opened Oct 3, 2023 by riccardocappi Loading…
12 of 14 tasks
Sorted linked list added awaiting reviews This PR is ready to be reviewed
#11607 opened Oct 1, 2024 by mjk22071998 Loading…
10 tasks done
feat: Introduce hamming code generator awaiting reviews This PR is ready to be reviewed
#11827 opened Oct 6, 2024 by AyushChakraborty Loading…
12 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
Added the Strassen's Matrix Multiplication Algorithm awaiting reviews This PR is ready to be reviewed
#13482 opened Oct 14, 2025 by sourav-625 Loading…
11 of 15 tasks
New cellular automaton algorithm awaiting reviews This PR is ready to be reviewed
#12888 opened Aug 10, 2025 by Marioman2023 Loading…
feat: add neural network optimizers module awaiting reviews This PR is ready to be reviewed documentation This PR modified documentation files require descriptive names This PR needs descriptive function and/or variable names
#13691 opened Oct 22, 2025 by shretadas Loading…
13 of 15 tasks
First Implementation of Johnson Graph Algorithm awaiting reviews This PR is ready to be reviewed
#12281 opened Oct 25, 2024 by joelkurien Loading…
12 of 15 tasks
Adding LSTM algorithm from scratch in neural network algorithm sections awaiting reviews This PR is ready to be reviewed
#12082 opened Oct 15, 2024 by LEVIII007 Loading…
10 of 15 tasks
Create real_time_encoder_transformer.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 tests are failing Do not merge until tests pass
#13655 opened Oct 21, 2025 by ajatshatru01 Loading…
11 of 15 tasks
ProTip! Filter pull requests by the default branch with base:master.