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 prim's algorithm awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#13540 by ShristiC7 was closed Oct 16, 2025 Loading… updated Oct 16, 2025
11 of 12 tasks
Added Prim's Algorithm awaiting reviews This PR is ready to be reviewed invalid
#13539 by ShristiC7 was closed Oct 16, 2025 Loading… updated Oct 16, 2025
11 of 12 tasks
Added Prim's Algorithm awaiting reviews This PR is ready to be reviewed
#13401 by ShristiC7 was closed Oct 16, 2025 Loading… updated Oct 16, 2025
11 of 14 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 by laiba-Ashfaq was closed Oct 14, 2025 Loading… updated Oct 16, 2025
12 of 15 tasks
Added Longest Common Subsequence solution in Python awaiting reviews This PR is ready to be reviewed invalid
#13533 by jaimin45-art was closed Oct 16, 2025 Loading… updated Oct 16, 2025
Added Longest Common Subsequence solution in Python tests are failing Do not merge until tests pass
#13532 by jaimin45-art was closed Oct 16, 2025 Loading… updated Oct 16, 2025
feat(bit_manipulation): add swap_bits function with doctests (marked checkboxes) awaiting reviews This PR is ready to be reviewed require descriptive names This PR needs descriptive function and/or variable names
#13521 by swet40 was closed Oct 16, 2025 Loading… updated Oct 16, 2025
12 of 15 tasks
Fix a few typos documentation This PR modified documentation files
#13346 by Ombucha was merged Oct 15, 2025 Loading… updated Oct 15, 2025
12 of 15 tasks
Issue #13489 Solved tests are failing Do not merge until tests pass
#13511 by Ommodi07 was closed Oct 15, 2025 Loading… updated Oct 15, 2025
12 tasks done
sorts/binary_insertion_sort.py: if __name__ == "__main__": enhancement This PR modified some existing files
#13473 by mattryanmtl was merged Oct 15, 2025 Loading… updated Oct 15, 2025
12 of 15 tasks
Create Dijkstra’s Algorithm (Shortest Path in Weighted Graph).py awaiting reviews This PR is ready to be reviewed invalid
#13463 by CodeZManoj was closed Oct 13, 2025 Loading… updated Oct 15, 2025
15 tasks
Delete requirements.txt because dependencies are in pyproject.toml dependencies Pull requests that update a dependency file enhancement This PR modified some existing files
#13486 by cclauss was merged Oct 15, 2025 Loading… updated Oct 15, 2025
5 of 15 tasks
Add comprehensive doctests for binomial_coefficient function awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#13260 by vishal-rathod-07 was closed Oct 15, 2025 Loading… updated Oct 15, 2025
12 of 15 tasks
Added Image Segmentation which fixes #13516 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
#13517 by NANDAGOPALNG was closed Oct 15, 2025 Loading… updated Oct 15, 2025
12 of 15 tasks
Fix typo and function call in maths module enhancement This PR modified some existing files
#13515 by 1drie5 was merged Oct 15, 2025 Loading… updated Oct 15, 2025
8 of 15 tasks
add rearranging fruits awaiting reviews This PR is ready to be reviewed
#13329 by Drag0nop was closed Oct 15, 2025 Loading… updated Oct 15, 2025
13 of 15 tasks
Delete sleep_sort.py
#2352 by cclauss was merged Aug 25, 2020 Loading… updated Oct 15, 2025
1 of 14 tasks
Add sorts/sleep_sort.py 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
#13507 by NghiemNgocDuc was closed Oct 15, 2025 Loading… updated Oct 15, 2025
11 of 15 tasks
Added sleep sort awaiting reviews This PR is ready to be reviewed ON HOLD: Final hours of Hacktoberfest We will review this PR after Hacktoberfest has ended 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
#7876 by dawoodwasif was closed Oct 30, 2022 Loading… updated Oct 15, 2025
12 of 14 tasks
Add advanced algorithms implementation awaiting reviews This PR is ready to be reviewed invalid
#13504 by TechnoBlogger14o3 was closed Oct 15, 2025 Loading… updated Oct 15, 2025
Add advanced algorithms implementation awaiting reviews This PR is ready to be reviewed invalid
#13503 by TechnoBlogger14o3 was closed Oct 15, 2025 Loading… updated Oct 15, 2025
13 of 15 tasks
Add t stochastic neighbour embedding to DIRECTORY.md awaiting reviews This PR is ready to be reviewed
#13500 by Khansa435 was closed Oct 14, 2025 Loading… updated Oct 14, 2025
5 of 15 tasks
basic.py awaiting reviews This PR is ready to be reviewed invalid
#13497 by itsomg134 was closed Oct 14, 2025 Loading… updated Oct 14, 2025
15 tasks
basic.py awaiting reviews This PR is ready to be reviewed invalid
#13496 by itsomg134 was closed Oct 14, 2025 Loading… updated Oct 14, 2025
15 tasks done
added Randomized algorithms awaiting reviews This PR is ready to be reviewed invalid
#13494 by Mishu03 was closed Oct 14, 2025 Loading… updated Oct 14, 2025
ProTip! Exclude everything labeled bug with -label:bug.