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

clean of unnecessary checks, imports, calls enhancement This PR modified some existing files. tests are failing Do not merge until tests pass
#7993 opened Nov 17, 2022 by marksmayo Loading…
1 task done
polynomial_degree1_root awaiting reviews This PR is ready to be reviewed. enhancement This PR modified some existing files.
#7990 opened Nov 15, 2022 by JH-UCLouvain Loading…
7 of 14 tasks
algorithm: Add juggler sequence awaiting reviews This PR is ready to be reviewed.
#7985 opened Nov 15, 2022 by itsAkshayDubey Loading…
12 of 14 tasks
Bi directional dijkstra awaiting reviews This PR is ready to be reviewed.
#7982 opened Nov 13, 2022 by practice404 Loading…
12 of 14 tasks
Create sol1.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
#7970 opened Nov 6, 2022 by SandersLin Loading…
1 of 3 tasks
Add hash map awaiting reviews This PR is ready to be reviewed.
#7967 opened Nov 6, 2022 by Cjkjvfnby Loading…
10 of 14 tasks
add merge function for trie awaiting reviews This PR is ready to be reviewed. enhancement This PR modified some existing files.
#7964 opened Nov 5, 2022 by alexpantyukhin Loading…
10 of 14 tasks
adding the average_welford algorithm awaiting reviews This PR is ready to be reviewed.
#7963 opened Nov 5, 2022 by meg-1 Loading…
12 of 14 tasks
Add docstring checker to pre-commit awaiting reviews This PR is ready to be reviewed. enhancement This PR modified some existing files.
#7962 opened Nov 5, 2022 by Cjkjvfnby Loading…
2 of 14 tasks
add check : PrefixSum.get_sum start should be less or equal to the end. awaiting reviews This PR is ready to be reviewed. enhancement This PR modified some existing files.
#7961 opened Nov 4, 2022 by alexpantyukhin Loading…
10 of 14 tasks
Created Stack_Using_Queue awaiting reviews This PR is ready to be reviewed. require descriptive names Please provide descriptive function and 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
#7960 opened Nov 4, 2022 by 19ANISH Loading…
3 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
Create guess_the_number_search.py awaiting reviews This PR is ready to be reviewed.
#7937 opened Nov 1, 2022 by hakiKhuva 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
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
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
ProTip! Filter pull requests by the default branch with base:master.