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

Added preemptive scheduling algorithms (priority + srtf) tests are failing Do not merge until tests pass
#13125 opened Oct 3, 2025 by krishnaverma001 Loading…
12 of 15 tasks
Added preemptive (priority + sjf) scheduling algorithms tests are failing Do not merge until tests pass
#13122 opened Oct 3, 2025 by krishnaverma001 Loading…
13 of 15 tasks
Add function to find upper and lower nibbles with doctests and type hints
#13121 opened Oct 3, 2025 by pragya0129 Loading…
11 of 15 tasks
Create gaussian_blur.py (hacktoberfest) 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
#13120 opened Oct 3, 2025 by LuisOfL Loading…
12 of 15 tasks
Python script that performs haversine calculations awaiting reviews This PR is ready to be reviewed
#13119 opened Oct 3, 2025 by renitreni Loading…
3 tasks
feat: add dimensionality reduction algorithms (PCA, LDA, LLE, MDS) awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#13118 opened Oct 2, 2025 by Sid101098 Loading…
12 of 15 tasks
simplify apr_interest with validation helper and constants awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#13115 opened Oct 2, 2025 by ADITYA-KUMAR-2358 Loading…
Add simple blockchain mining algorithm with PoW awaiting reviews This PR is ready to be reviewed
#13114 opened Oct 2, 2025 by LetitiaGilbert Loading…
12 of 15 tasks
Tk render 3D awaiting reviews This PR is ready to be reviewed
#13113 opened Oct 2, 2025 by bl4m Loading…
12 of 15 tasks
Optimize speed and memory sieve_of_eratosthenes.py (skip evens) awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#13110 opened Oct 2, 2025 by Sumit210106 Loading…
12 of 15 tasks
Kadane's Algorithm awaiting reviews This PR is ready to be reviewed
#13108 opened Oct 2, 2025 by Mayank-Creater Loading…
10 of 15 tasks
Added doctests [Contributes to #9943] awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#13106 opened Oct 2, 2025 by CuTyche Loading…
12 of 15 tasks
Enhance documentation for machine learning algorithms awaiting reviews This PR is ready to be reviewed
#13105 opened Oct 2, 2025 by Shekhar0109 Loading…
4 tasks done
Feat/bit next higher same ones awaiting reviews This PR is ready to be reviewed
#13103 opened Oct 2, 2025 by 0xPrashanthSec Loading…
11 of 15 tasks
Feat/ciphers columnar awaiting reviews This PR is ready to be reviewed
#13102 opened Oct 2, 2025 by 0xPrashanthSec Loading…
11 of 15 tasks
ENHANCED THE DOCUMENTATION FOR MULTILAYER_PARCEPTRON awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#13101 opened Oct 2, 2025 by Dibbu-cell Loading…
12 of 15 tasks
(ciphers): add scytale (skytale) transposition cipher with doctests awaiting reviews This PR is ready to be reviewed
#13100 opened Oct 2, 2025 by 0xPrashanthSec Loading…
11 of 15 tasks
Add Dutch National Flag Algorithm for Sorting Arrays of 0s, 1s, and 2s awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#13094 opened Oct 2, 2025 by arvinder004 Loading…
10 of 15 tasks
Add Rotate Array Algorithm (Right Rotation by k Steps) awaiting reviews This PR is ready to be reviewed
#13093 opened Oct 2, 2025 by arvinder004 Loading…
10 of 13 tasks
added maximum subarray sum (kadane's algorithm) awaiting reviews This PR is ready to be reviewed
#13090 opened Oct 2, 2025 by arvinder004 Loading…
Add Brent’s Method for root finding awaiting reviews This PR is ready to be reviewed
#13089 opened Oct 2, 2025 by harshgupta2125 Loading…
12 of 15 tasks
Improve rank_of_matrix with edge case handling and immutability tests are failing Do not merge until tests pass
#13088 opened Oct 2, 2025 by Pari658 Loading…
15 tasks
Update and rename k_nearest_neighbours.py to k_nearest_neighbors.py (Hacktoberfest) awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#13085 opened Oct 2, 2025 by LuisOfL Loading…
12 of 15 tasks
Create pearson_correlation.py (Hacktoberfest) awaiting reviews This PR is ready to be reviewed require tests Tests [doctest/unittest/pytest] are required
#13082 opened Oct 2, 2025 by LuisOfL Loading…
12 of 15 tasks
ProTip! Filter pull requests by the default branch with base:master.