The Wayback Machine - https://web.archive.org/web/20221029150451/https://github.com/TheAlgorithms/Python/pulls
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

Remove file-level flake8 suppression 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
#7844 opened Oct 29, 2022 by Cjkjvfnby Loading…
2 of 14 tasks
Updated with more info awaiting reviews This PR is ready to be reviewed. documentation This PR modified documentation files. ON HOLD: Final hours of Hacktoberfest 2022 We review this after Hacktoberfest has ended
#7842 opened Oct 29, 2022 by sushant4191 Loading…
12 of 14 tasks
Create calculate_resistence_in_parallel.py awaiting reviews This PR is ready to be reviewed. ON HOLD: Final hours of Hacktoberfest 2022 We review this after Hacktoberfest has ended
#7838 opened Oct 29, 2022 by 0shuvo0 Loading…
Create calculate_resistence_in_series.py awaiting reviews This PR is ready to be reviewed. ON HOLD: Final hours of Hacktoberfest 2022 We review this after Hacktoberfest has ended
#7834 opened Oct 29, 2022 by 0shuvo0 Loading…
Added the solution of Min Stack in Python awaiting reviews This PR is ready to be reviewed. ON HOLD: Final hours of Hacktoberfest 2022 We review this after Hacktoberfest has ended 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. ON HOLD: Final hours of Hacktoberfest 2022 We review this after Hacktoberfest has ended
#7831 opened Oct 29, 2022 by 0shuvo0 Loading…
Create maximum_subsequence.py awaiting reviews This PR is ready to be reviewed. ON HOLD: Final hours of Hacktoberfest 2022 We review this after Hacktoberfest has ended
#7811 opened Oct 28, 2022 by pronoym99 Loading…
10 of 14 tasks
return type hint added awaiting reviews This PR is ready to be reviewed. ON HOLD: Final hours of Hacktoberfest 2022 We review this after Hacktoberfest has ended tests are failing Do not merge until tests pass
#7807 opened Oct 28, 2022 by Gustavobflh Loading…
11 of 14 tasks
Added Manhattan distance algorithm awaiting reviews This PR is ready to be reviewed.
#7790 opened Oct 28, 2022 by carlos3dx Loading…
12 of 14 tasks
Create snells_law.py awaiting reviews This PR is ready to be reviewed. ON HOLD: Final hours of Hacktoberfest 2022 We review this after Hacktoberfest has ended 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. ON HOLD: Final hours of Hacktoberfest 2022 We review this after Hacktoberfest has ended 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. ON HOLD: Final hours of Hacktoberfest 2022 We review this after Hacktoberfest has ended
#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 awaiting reviews This PR is ready to be reviewed. 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
matrix/count_paths.py awaiting reviews This PR is ready to be reviewed.
#7533 opened Oct 22, 2022 by jdevers1 Loading…
11 of 14 tasks
added shannon-fano algorithm awaiting changes A maintainer has requested changes to the marked PR. 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
#7524 opened Oct 22, 2022 by yusha-g Loading…
12 of 14 tasks
Added CORDIC algorithm 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
#7493 opened Oct 21, 2022 by zivdar001matin Loading…
11 of 14 tasks
More readable implementation of tree_sort awaiting reviews This PR is ready to be reviewed.
#7464 opened Oct 20, 2022 by Ashrockzzz2003 Loading…
12 of 14 tasks
Texture analysis using Haralick Descriptors for Computer Vision tasks awaiting changes A maintainer has requested changes to the marked PR. 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
#7418 opened Oct 19, 2022 by rzimmerdev Loading…
10 of 12 tasks
Refactor bottom-up edit distance function to be class method awaiting reviews This PR is ready to be reviewed. enhancement This PR modified some existing files.
#7347 opened Oct 17, 2022 by tianyizheng02 Loading…
11 of 14 tasks
Implemented a Pascal triangle generator awaiting reviews This PR is ready to be reviewed.
#7317 opened Oct 16, 2022 by wissamfawaz Loading…
12 of 14 tasks
Added the Exponential Search program with changes awaiting reviews This PR is ready to be reviewed. require descriptive names Please provide descriptive function and variable names.
#7315 opened Oct 16, 2022 by ArnabNath1 Loading…
12 of 14 tasks
Add stalin sort algorithm awaiting reviews This PR is ready to be reviewed.
#7311 opened Oct 16, 2022 by turtleship69 Loading…
12 of 14 tasks
ProTip! Exclude everything labeled bug with -label:bug.