Skip to content

Pull requests: TheAlgorithms/Python

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Add kadane.py awaiting reviews This PR is ready to be reviewed.
#7957 opened Nov 3, 2022 by kenzonobre Loading…
12 of 14 tasks
Reduce the complexity of sorts/merge_insertion sort.py awaiting reviews This PR is ready to be reviewed. enhancement This PR modified some existing files.
#7954 opened Nov 2, 2022 by MaximSmolskiy Loading…
12 of 14 tasks
refactor: Move linear algebra out of src/ awaiting reviews This PR is ready to be reviewed. enhancement This PR modified some existing files.
#7951 opened Nov 2, 2022 by CaedenPH Loading…
12 of 14 tasks
add algorithm to check binary search tree
#7947 opened Nov 2, 2022 by alexpantyukhin Loading…
11 of 14 tasks
Raise error not string 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
#7945 opened Nov 2, 2022 by CaedenPH Loading…
12 of 14 tasks
Create guess_the_number_search.py awaiting reviews This PR is ready to be reviewed. tests are failing Do not merge until tests pass
#7937 opened Nov 1, 2022 by hakiKhuva Loading…
5 of 14 tasks
maths/number_of_digits.py: Streamline benchmarks awaiting reviews This PR is ready to be reviewed. enhancement This PR modified some existing files.
#7913 opened Oct 31, 2022 by cclauss Loading…
5 of 14 tasks
Correct Treap split docstring to reflect actual working, Fixes: #7854 awaiting reviews This PR is ready to be reviewed. enhancement This PR modified some existing files.
#7899 opened Oct 31, 2022 by utpalsavliya Loading…
13 of 14 tasks
BB84 QKD algorithm awaiting reviews This PR is ready to be reviewed.
#7898 opened Oct 30, 2022 by abhishekchak52 Loading…
12 of 14 tasks
Added algorithm to convert decimal number to its simplest fraction form awaiting reviews This PR is ready to be reviewed.
#7884 opened Oct 30, 2022 by iaaryanraj Loading…
11 of 14 tasks
Updated url, identifier, etc... 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
#7874 opened Oct 30, 2022 by hakiKhuva Loading…
3 of 14 tasks
Added forward bias voltage awaiting reviews This PR is ready to be reviewed.
#7871 opened Oct 30, 2022 by sadiqebrahim Loading…
12 of 14 tasks
Added Chakravala method to solve pell's equation awaiting reviews This PR is ready to be reviewed.
#7870 opened Oct 30, 2022 by Saksham1970 Loading…
12 of 14 tasks
Added Extra Trees Classifier Algorithm 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
#7860 opened Oct 30, 2022 by vector-b Loading…
12 of 14 tasks
Updated with more info awaiting reviews This PR is ready to be reviewed. documentation This PR modified documentation files.
#7842 opened Oct 29, 2022 by sushant4191 Loading…
12 of 14 tasks
Added the solution of Min Stack 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
#7833 opened Oct 29, 2022 by Ritz2626 Loading…
2 tasks done
Create collision_between_rectangles.py awaiting reviews This PR is ready to be reviewed.
#7831 opened Oct 29, 2022 by 0shuvo0 Loading…
Create maximum_subsequence.py awaiting reviews This PR is ready to be reviewed.
#7811 opened Oct 28, 2022 by pronoym99 Loading…
10 of 14 tasks
Create snells_law.py awaiting reviews This PR is ready to be reviewed. require descriptive names Please provide descriptive function and variable names. tests are failing Do not merge until tests pass
#7781 opened Oct 28, 2022 by tarushirastogi Loading…
11 of 14 tasks
Invert a Binary Tree Algorithm awaiting reviews This PR is ready to be reviewed. require tests Tests [doctest/unittest/pytest] are required
#7774 opened Oct 28, 2022 by pranavgor Loading…
12 of 14 tasks
Update developer toolset instructions in CONTRIBUTING.md awaiting changes A maintainer has requested changes to the marked PR. documentation This PR modified documentation files.
#7762 opened Oct 27, 2022 by Cjkjvfnby Loading…
4 of 14 tasks
Add matrix_shortest_path_using_depth_first_search.py awaiting reviews This PR is ready to be reviewed.
#7721 opened Oct 27, 2022 by sinsankio Loading…
12 of 14 tasks
Fix pre-commit script to validate files in git tree. awaiting reviews This PR is ready to be reviewed. enhancement This PR modified some existing files. hacktoberfest hacktoberfest-accepted Accepted to be counted towards Hacktoberfest
#7592 opened Oct 24, 2022 by Godson-Gnanaraj Loading…
8 of 14 tasks
ci: Consolidate requirements into pyproject.toml enhancement This PR modified some existing files.
#7565 opened Oct 23, 2022 by CaedenPH Loading…
12 of 14 tasks
Implemented logarithmic transformation of image in digital_image_processing awaiting reviews This PR is ready to be reviewed. tests are failing Do not merge until tests pass
#7551 opened Oct 23, 2022 by KuldeepBorkar Loading…
13 of 14 tasks
ProTip! Filter pull requests by the default branch with base:master.