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

Fix: Ensure consistent error handling in coordinate_compression.py
#13457 opened Oct 12, 2025 by prem-2006 Loading… updated Oct 12, 2025
15 tasks
Implement modified vigenere cipher for all printable ASCII awaiting reviews This PR is ready to be reviewed
#13452 opened Oct 12, 2025 by Abheelash-Mishra Loading… updated Oct 12, 2025
12 of 15 tasks
Optimize Ford-Fulkerson algorithm with type annotations and performance improvements awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#13128 opened Oct 3, 2025 by lighting9999 Loading… updated Oct 12, 2025
13 of 15 tasks
Optimize Lucas Number Calculation with Matrix Exponentiation awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#13131 opened Oct 3, 2025 by lighting9999 Loading… updated Oct 12, 2025
12 of 15 tasks
docs: Comprehensive README enhancements and additions
#13448 opened Oct 12, 2025 by tanishq2520 Loading… updated Oct 12, 2025
4
chore(geometry): add angle conversion, ellipse eccentricity, polygon geometry, and triangle class
#13447 opened Oct 12, 2025 by JeelGajera Loading… updated Oct 12, 2025
11 of 15 tasks
Improve comments, add doctests to coloring.py awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#11589 opened Sep 30, 2024 by Hardvan Loading… updated Oct 12, 2025
13 of 15 tasks
Add Merge Sort Linked List algorithm awaiting reviews This PR is ready to be reviewed
#11695 opened Oct 3, 2024 by Hardvan Loading… updated Oct 12, 2025
12 of 15 tasks
Add activity selection new algorithm awaiting reviews This PR is ready to be reviewed
#11667 opened Oct 2, 2024 by Hardvan Loading… updated Oct 12, 2025
12 of 15 tasks
Adding kadane's algorithm to dp/ folder
#13446 opened Oct 12, 2025 by Tanish-S-K Loading… updated Oct 12, 2025
11 of 15 tasks
Add t-SNE algorithm for dimensionality reduction (#13432) awaiting reviews This PR is ready to be reviewed
#13440 opened Oct 11, 2025 by Nikita-Kedari Loading… updated Oct 11, 2025
11 of 15 tasks
Added ARIMA 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
#13444 opened Oct 11, 2025 by KaiAllAlone Loading… updated Oct 11, 2025
11 of 14 tasks
Enhancement: Adding missing return type to pi_estimator function
#13427 opened Oct 11, 2025 by GitandTonic Loading… updated Oct 11, 2025
1 task
Added RMSE loss function fixes- #13379 tests are failing Do not merge until tests pass
#13428 opened Oct 11, 2025 by TASMAYU Loading… updated Oct 11, 2025
feat: add recursive bubble sort algorithm with doctests and type hints awaiting reviews This PR is ready to be reviewed
#13424 opened Oct 11, 2025 by vannu07 Loading… updated Oct 11, 2025
10 tasks done
Create reverse_factorial_recursive.py awaiting reviews This PR is ready to be reviewed
#13426 opened Oct 11, 2025 by afk-Parth Loading… updated Oct 11, 2025
8 of 11 tasks
Add Python solutions for Search Insert Position and Search Range awaiting reviews This PR is ready to be reviewed require tests Tests [doctest/unittest/pytest] are required tests are failing Do not merge until tests pass
#13422 opened Oct 11, 2025 by avimishraa Loading… updated Oct 11, 2025
Create spiral_transposition.py
#13421 opened Oct 11, 2025 by leprecha1 Loading… updated Oct 11, 2025
12 of 15 tasks
Create Deque.py
#13419 opened Oct 10, 2025 by sultanarif-p Loading… updated Oct 10, 2025
2 of 15 tasks
Added Maxwell's Equations
#13418 opened Oct 10, 2025 by Dibbu-cell Loading… updated Oct 10, 2025
12 of 15 tasks
Add solution for Problem 810 awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#13413 opened Oct 10, 2025 by Heisenberg-Vader Loading… updated Oct 10, 2025
10 of 15 tasks
Added Prim's Algorithm awaiting reviews This PR is ready to be reviewed
#13401 opened Oct 10, 2025 by ShristiC7 Loading… updated Oct 10, 2025
11 of 14 tasks
Feature/apriori association rules awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#12956 opened Sep 6, 2025 by simoderyouch Loading… updated Oct 10, 2025
11 of 15 tasks
Add Vision Transformer demo in computer_vision module awaiting reviews This PR is ready to be reviewed require tests Tests [doctest/unittest/pytest] are required tests are failing Do not merge until tests pass
#13351 opened Oct 8, 2025 by dhruvidave348 Loading… updated Oct 10, 2025
11 of 14 tasks
Add Q-Learning algorithm implementation with epsilon-greedy policy an… awaiting reviews This PR is ready to be reviewed
#13402 opened Oct 10, 2025 by idklol22 Loading… updated Oct 10, 2025
11 of 15 tasks
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.