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

Create reverse_factorial_recursive.py awaiting reviews This PR is ready to be reviewed require descriptive names This PR needs descriptive function and/or variable names
#13426 opened Oct 11, 2025 by afk-Parth Loading… updated Oct 11, 2025
8 of 11 tasks
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
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
Add Sleep Sort algorithm to advanced Python sorting algorithms (#13203) 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
#13415 opened Oct 10, 2025 by Aviraj2929 Loading… updated Oct 10, 2025
12 of 15 tasks
added max and min algo awaiting reviews This PR is ready to be reviewed
#13345 opened Oct 8, 2025 by jenyyy4 Loading… updated Oct 10, 2025
12 of 15 tasks
add rearranging fruits awaiting reviews This PR is ready to be reviewed
#13329 opened Oct 7, 2025 by Drag0nop Loading… updated Oct 10, 2025
13 of 15 tasks
Add Prim's algorithm implementation (using Priority Queue) 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 tests are failing Do not merge until tests pass
#13414 opened Oct 10, 2025 by laiba-Ashfaq Loading… updated Oct 10, 2025
12 of 15 tasks
added 3 DSA questions in python 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
#13373 opened Oct 9, 2025 by PranavKuruvella Loading… updated Oct 10, 2025
10 of 15 tasks
Added house_robber.py
#13411 opened Oct 10, 2025 by kota2004 Loading… updated Oct 10, 2025
7 of 15 tasks
Adding RMSE - Root Mean Squared Error Loss function awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#13410 opened Oct 10, 2025 by Addyk-24 Loading… updated Oct 10, 2025
12 of 15 tasks
Enhance softmax with numerical stability and axis parameter awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#13409 opened Oct 10, 2025 by Jashwanthallenki Loading… updated Oct 10, 2025
11 of 15 tasks
Add P2P file sharing algorithm in Python 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 tests are failing Do not merge until tests pass
#13408 opened Oct 10, 2025 by Nikhil-karoriya Loading… updated Oct 10, 2025
9 of 15 tasks
Add rmse logcosh loss 13379 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
#13390 opened Oct 9, 2025 by Gurdeepsingh-10 Loading… updated Oct 10, 2025
12 of 15 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… updated Oct 10, 2025
12 of 15 tasks
Added strings programs in data structure folder 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
#13407 opened Oct 10, 2025 by VeeruYadav45 Loading… updated Oct 10, 2025
9 of 15 tasks
Added Johnson's algorithm for all-pairs shortest paths awaiting reviews This PR is ready to be reviewed
#13340 opened Oct 8, 2025 by sangampaudel530 Loading… updated Oct 10, 2025
12 of 15 tasks
Add SM4 Algorithm in Ciphers 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
#13404 opened Oct 10, 2025 by fansunjia-glitch Loading… updated Oct 10, 2025
11 of 15 tasks
ProTip! Exclude everything labeled bug with -label:bug.