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

Backpropagation weight decay
#12421 opened Dec 5, 2024 by MRJPEREZR Loading…
13 of 15 tasks
Conversion rectangular number to polar
#12419 opened Dec 4, 2024 by juliaaragao Loading…
12 of 15 tasks
Add TSP Graph and Nearest Neighborhood Heuristic 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
#12418 opened Dec 4, 2024 by CedricAnover Loading…
12 of 15 tasks
Function conversion polar number to rectangular
#12416 opened Dec 4, 2024 by juliaaragao Loading…
12 of 15 tasks
#9943 Improve coverage special_numbers awaiting reviews This PR is ready to be reviewed
#12414 opened Dec 4, 2024 by Scarfinos Loading…
11 of 15 tasks
Add Functional Programming Pipeline with Unix Pipeline Syntax awaiting reviews This PR is ready to be reviewed
#12413 opened Dec 4, 2024 by CedricAnover Loading…
12 of 15 tasks
Added Tests for directed_and_undirected_weighted_graph.py
#12412 opened Dec 3, 2024 by kszirtidis Loading…
12 of 15 tasks
Fix #12408 Bug fix for empty strings in join.py
#12411 opened Dec 3, 2024 by aarthipv Loading…
12 of 15 tasks
Fix join file error awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#12410 opened Dec 3, 2024 by osman-haider Loading…
11 of 15 tasks
Added an implementation of Legendre polynomial computation algorithm awaiting reviews This PR is ready to be reviewed require descriptive names This PR needs descriptive function and/or variable names
#12407 opened Dec 3, 2024 by Nanoemm Loading…
12 of 15 tasks
Fix the separator issue awaiting reviews This PR is ready to be reviewed
#12405 opened Dec 2, 2024 by osman-haider Loading…
4 tasks
Adding the function isProthNumber(n : int) which returns true if n is… awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#12399 opened Nov 27, 2024 by Juanitoupipou Loading…
12 of 15 tasks
Fibonacci Heap Implementation 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 tests are failing Do not merge until tests pass
#12397 opened Nov 25, 2024 by mcawezome Loading…
12 of 15 tasks
Doomsday Algorithm: Fix leap year check awaiting reviews This PR is ready to be reviewed
#12396 opened Nov 24, 2024 by minh-swinburne Loading…
12 of 15 tasks
cipher: add scytale cipher 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 tests are failing Do not merge until tests pass
#12395 opened Nov 23, 2024 by Marzhal Loading…
13 of 15 tasks
fix is_ip_v4_address_valid.py tests are failing Do not merge until tests pass
#12394 opened Nov 23, 2024 by mahditavasoli Loading…
13 of 15 tasks
Bbek awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#12393 opened Nov 21, 2024 by BBEK-Anand Loading…
9 of 15 tasks
Add PPM Algorithm Implementation awaiting reviews This PR is ready to be reviewed
#12392 opened Nov 21, 2024 by LukOlen Loading…
3 tasks
cryptography awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#12391 opened Nov 20, 2024 by BBEK-Anand Loading…
8 of 15 tasks
current_stock_price test added #9943
#12390 opened Nov 20, 2024 by MRJPEREZR Loading…
11 of 13 tasks
Fixes on the code style based on the Code review and flake8. tests are failing Do not merge until tests pass
#12389 opened Nov 20, 2024 by WadieBishoy25 Loading…
Scarfinos matrix exponentiation awaiting reviews This PR is ready to be reviewed
#12388 opened Nov 20, 2024 by Scarfinos Loading…
13 of 15 tasks
adding test to electronics/electric_power.py #9943
#12387 opened Nov 20, 2024 by juliaaragao Loading…
12 tasks done
Added the implementation of Lanczos algorithm 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
#12386 opened Nov 20, 2024 by Nanoemm Loading…
7 of 14 tasks
Update computer_vision/README.md awaiting reviews This PR is ready to be reviewed documentation This PR modified documentation files
#12383 opened Nov 18, 2024 by setbit123 Loading…
12 of 15 tasks
ProTip! Exclude everything labeled bug with -label:bug.