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
Sort

Pull requests list

chore:Consolidating LCS and LIS Algorithm Implementations into a Single File awaiting reviews This PR is ready to be reviewed require descriptive names This PR needs descriptive function and/or variable names require type hints https://docs.python.org/3/library/typing.html
#11867 opened Oct 7, 2024 by isatyamks Loading…
12 of 15 tasks
chore: Game Theory algorithms are added 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
#11864 opened Oct 7, 2024 by isatyamks Loading…
12 of 15 tasks
Add Fibonacci Heap implementation 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
#11863 opened Oct 7, 2024 by mRcOol7 Loading…
1 of 15 tasks
Update computer_vision/README.md with OpenCV documentation link
#11861 opened Oct 7, 2024 by isatyamks Loading…
12 of 15 tasks
Enhance Documentation in Computer_vision README.md. awaiting reviews This PR is ready to be reviewed documentation This PR modified documentation files
#11860 opened Oct 7, 2024 by Jayavardhan-7 Loading…
12 of 15 tasks
Add artificial_neural_network.py in neural_network 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
#11858 opened Oct 7, 2024 by AHuzail Draft
4 tasks done
Interval scheduling 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
#11853 opened Oct 7, 2024 by vinaysanwal Loading…
10 of 15 tasks
Create RatInAMaze.py tests are failing Do not merge until tests pass
#11849 opened Oct 7, 2024 by ShadabKhan7253 Loading…
15 tasks
Add cholesky_decomposition.py
#11848 opened Oct 7, 2024 by 99991 Loading…
12 of 15 tasks
Create sorted_linked_list.py 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
#11847 opened Oct 7, 2024 by jahnaviT2003 Loading…
12 of 15 tasks
Create lz78.py awaiting reviews This PR is ready to be reviewed
#11842 opened Oct 7, 2024 by Ahmed99125 Loading…
12 of 15 tasks
feat(timing): enhance timing function with adaptive units and run averaging awaiting reviews This PR is ready to be reviewed
#11834 opened Oct 6, 2024 by Acuspeedster Loading…
12 of 15 tasks
Add unit tests - Contributes to #9943 awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#11833 opened Oct 6, 2024 by ronaldngounou Loading…
12 of 15 tasks
Updated happy_number.py 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
#11831 opened Oct 6, 2024 by RishitPrabhu Loading…
12 of 15 tasks
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
Streaming moving average awaiting reviews This PR is ready to be reviewed
#11826 opened Oct 6, 2024 by mjvakili Loading…
12 of 15 tasks
feat: add test case of binary_tree_travarsal awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#11825 opened Oct 6, 2024 by zeelrupapara Loading…
12 of 15 tasks
Add doctests to dijkstra_2.py awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#11823 opened Oct 6, 2024 by pratyushbanerjee Loading…
9 of 15 tasks
Added gas_station.py awaiting reviews This PR is ready to be reviewed
#11822 opened Oct 6, 2024 by nimishh7 Loading…
11 of 15 tasks
Add doctests to graphs_floyd_warshall.py awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#11820 opened Oct 6, 2024 by pratyushbanerjee Loading…
9 of 15 tasks
Contributes to #9943 awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#11818 opened Oct 6, 2024 by AnanthaKrishnan63 Loading…
1 of 15 tasks
Algo Folder - min_max_array.py awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#11817 opened Oct 6, 2024 by seemaPatl Loading…
#11517 Added Sliding Window algorithm awaiting reviews This PR is ready to be reviewed require descriptive names This PR needs descriptive function and/or variable names tests are failing Do not merge until tests pass
#11816 opened Oct 6, 2024 by arshad-muhammad Loading…
11 of 15 tasks
feat: add testcase of assemble_transformation
#11810 opened Oct 6, 2024 by zeelrupapara Loading…
12 of 15 tasks
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.