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

adding a split_workload algorithm awaiting reviews This PR is ready to be reviewed
#10271 opened Oct 11, 2023 by meg-1 Loading…
12 of 14 tasks
Fixes: fix the code to return tuple so we can add doctests in it and … 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
#10266 opened Oct 11, 2023 by TheRealSaiTama Loading…
13 of 14 tasks
Added the algorithm to compute the time period of a simple pendulum awaiting reviews This PR is ready to be reviewed
#10265 opened Oct 11, 2023 by pluto-tofu Loading…
11 of 14 tasks
Fixes #9943 awaiting reviews This PR is ready to be reviewed
#10252 opened Oct 10, 2023 by buddhdev-harsh Loading…
8 of 14 tasks
Create largest_smallest_words.py awaiting reviews This PR is ready to be reviewed
#10234 opened Oct 10, 2023 by Khandelwal05 Loading…
10 of 13 tasks
Adding assign_cookies to greedy_methods awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#10217 opened Oct 10, 2023 by MufcVarun11 Loading…
12 of 14 tasks
Adding The Mayan number system conversion algorithm and the doctest. awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#10204 opened Oct 10, 2023 by Raf-rgb Loading…
11 of 14 tasks
Unique Paths 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
#10201 opened Oct 9, 2023 by ZainabMalik5 Loading…
12 of 14 tasks
Fixes #9943: Combination sum fix and test cases awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#10193 opened Oct 9, 2023 by architmaheshwari99 Loading…
10 of 14 tasks
Knapsack_with_memoization awaiting reviews This PR is ready to be reviewed
#10180 opened Oct 9, 2023 by WizardDutta Loading…
12 of 14 tasks
added hashset data structure 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
#10138 opened Oct 8, 2023 by haxkd Loading…
10 of 14 tasks
Update/add step by step instructions for using dev container awaiting reviews This PR is ready to be reviewed documentation This PR modified documentation files
#10137 opened Oct 8, 2023 by vishalgupta2k Loading…
5 of 14 tasks
#9611 serialize and deserialize awaiting reviews This PR is ready to be reviewed require tests Tests [doctest/unittest/pytest] are required
#10128 opened Oct 8, 2023 by pranjalisingh1201 Loading…
11 of 14 tasks
Removed double implementation of vigenere_cipher.py. Fixes #8098 awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#10104 opened Oct 8, 2023 by aryan1165 Loading…
8 of 14 tasks
remove invalid parentheses using backtracking awaiting reviews This PR is ready to be reviewed
#10102 opened Oct 8, 2023 by haxkd Loading…
12 of 14 tasks
Fixes bug in PriorityQueue Algorithm; Fixes syntax in code for array. awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#10092 opened Oct 8, 2023 by Kpraful Loading…
12 of 14 tasks
added project euler problem 60 awaiting reviews This PR is ready to be reviewed
#10082 opened Oct 8, 2023 by haxkd Loading…
12 tasks done
Added parentheses programe using backtracking 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 tests are failing Do not merge until tests pass
#10072 opened Oct 8, 2023 by anshul-132002 Loading…
8 of 14 tasks
Fix/generate parentheses iterative approach awaiting reviews This PR is ready to be reviewed
#10024 opened Oct 7, 2023 by Pr0-C0der Loading…
12 of 14 tasks
fix input, add some error tests and add note about random awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#10021 opened Oct 7, 2023 by gabriellypinto Loading…
12 of 14 tasks
add tests for enigma_machine awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#10017 opened Oct 7, 2023 by gabriellypinto Loading…
12 of 14 tasks
Add instructions for using our DevContainer awaiting reviews This PR is ready to be reviewed documentation This PR modified documentation files
#9982 opened Oct 7, 2023 by MayankParkar Loading…
14 tasks done
add some documentation for heap sort awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#9949 opened Oct 7, 2023 by rodrigondec Loading…
11 of 14 tasks
Stack implementation that tracks Min/Max element awaiting reviews This PR is ready to be reviewed
#9946 opened Oct 7, 2023 by AnupamBahl Loading…
12 of 14 tasks
Algorithm to find unique prime factors awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#9935 opened Oct 6, 2023 by Mary-0165 Loading…
11 of 14 tasks
ProTip! Exclude everything labeled bug with -label:bug.