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

Update data_structures/arrays/median_two_array.py tests are failing Do not merge until tests pass
#12455 opened Dec 23, 2024 by 192311028 Loading…
15 tasks
Add doctests for graphs_floyd_warshall.py awaiting changes A maintainer has requested changes to this PR enhancement This PR modified some existing files
#12436 opened Dec 15, 2024 by asmitannu Loading…
13 of 15 tasks
Update combination_sum.py tests are failing Do not merge until tests pass
#12431 opened Dec 12, 2024 by yuvashrikarunakaran Loading…
15 tasks
Added doctests for monte_carlo.py tests are failing Do not merge until tests pass
#12427 opened Dec 7, 2024 by Nanoemm Loading…
10 of 15 tasks
Added Polyalphabetic cipher awaiting changes A maintainer has requested changes to this PR
#12425 opened Dec 6, 2024 by aishvarya252 Loading…
10 tasks done
Add Alternative Huffman Coding Implementation Using Priority Queue and Modular Design awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#12422 opened Dec 5, 2024 by sushanth-shetty11 Loading…
Backpropagation weight decay
#12421 opened Dec 5, 2024 by MRJPEREZR Loading…
13 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
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
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
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 changes A maintainer has requested changes to this PR
#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
Add PPM Algorithm Implementation awaiting reviews This PR is ready to be reviewed
#12392 opened Nov 21, 2024 by LukOlen Loading…
3 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…
Implement genetic algorithm for optimizing continuous functions awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#12378 opened Nov 15, 2024 by UTSAVS26 Loading…
11 tasks done
feat: create straight_line_depreciation
#12377 opened Nov 15, 2024 by kangaroo-eating-carrots Loading…
12 of 15 tasks
Adding a 3D plot to the k-means clustering algorithm awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#12372 opened Nov 12, 2024 by lorenzo30salgado Loading…
12 of 15 tasks
Adding algorithm delta-star transformation awaiting reviews This PR is ready to be reviewed
#12356 opened Nov 7, 2024 by MRJPEREZR Loading…
12 of 15 tasks
feat: create stopwatch_sort.py (sort alogorithm comparison function) awaiting reviews This PR is ready to be reviewed
#12355 opened Nov 7, 2024 by kangaroo-eating-carrots Loading…
12 of 15 tasks
Update butterworth_filter.py tests are failing Do not merge until tests pass
#12348 opened Nov 4, 2024 by Aryan-Rajesh-Python Loading…
12 of 15 tasks
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.