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

factorail using reduce awaiting reviews This PR is ready to be reviewed
#11419 opened May 31, 2024 by jelambrar96 Loading…
12 of 15 tasks
Adding multibit-manipulation algorithm implemented with bitwise operations awaiting reviews This PR is ready to be reviewed
#11418 opened May 28, 2024 by billbreit Loading…
4 tasks
An alternate solution for pairs_with_given_sum
#11415 opened May 24, 2024 by PavanVenkataNagaManoj17 Loading…
12 of 15 tasks
Forward chaining implementation awaiting reviews This PR is ready to be reviewed require tests Tests [doctest/unittest/pytest] are required
#11400 opened May 11, 2024 by KarimAly12 Loading…
9 of 12 tasks
Fix some RUF012 per file ignores awaiting reviews This PR is ready to be reviewed
#11399 opened May 10, 2024 by MaximSmolskiy Loading…
11 of 15 tasks
adding a combinatorics folder with basic algorithms 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
#11398 opened May 10, 2024 by meg-1 Loading…
11 of 14 tasks
DRAFT: GitHub Actions: Test on Python 3.13 beta release
#11397 opened May 10, 2024 by cclauss Draft
3 of 15 tasks
Fix Gaussian elimination pivoting
#11393 opened May 4, 2024 by MaximSmolskiy Loading…
12 of 15 tasks
Fixes The Bug In Radix Tree. Issue #11316 awaiting reviews This PR is ready to be reviewed
#11385 opened Apr 25, 2024 by covid-in Loading…
12 of 15 tasks
Remove some per file ignores awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#11381 opened Apr 22, 2024 by MaximSmolskiy Loading…
11 of 15 tasks
Added Amortization Table awaiting reviews This PR is ready to be reviewed
#11368 opened Apr 18, 2024 by marktheawesome Loading…
10 of 13 tasks
Add emirp number detection algorithm awaiting reviews This PR is ready to be reviewed
#11361 opened Apr 15, 2024 by aqib-m31 Loading…
12 of 15 tasks
Add Van der Waals equation of state awaiting changes A maintainer has requested changes to this PR
#11359 opened Apr 10, 2024 by Glebfra Loading…
11 of 15 tasks
ref: refactor KnightTour implementation
#11356 opened Apr 9, 2024 by TruongNhanNguyen Loading…
13 tasks done
added problem 60 solution
#11342 opened Apr 2, 2024 by seboll13 Loading…
9 of 15 tasks
Modified Linear Regression to work on OLS, fixes #8847 awaiting reviews This PR is ready to be reviewed
#11311 opened Feb 27, 2024 by smruthi-sumanth Loading…
12 of 15 tasks
use format to remove '0b'
#11307 opened Feb 25, 2024 by groupsvkg Loading…
6 of 15 tasks
added function to convert number to indian comma system awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#11305 opened Feb 25, 2024 by Bhaumik-Tandan Loading…
13 of 14 tasks
Updated topological_sort.py awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#11290 opened Feb 12, 2024 by ShengLiuDev Loading…
1 of 15 tasks
Add doctest to trapezoidal_rule 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
#11274 opened Feb 5, 2024 by kyrtsouv Loading…
5 of 15 tasks
Add Gaussian negative log likelihood loss algorithm
#11263 opened Jan 30, 2024 by AtomicVar Loading…
11 of 15 tasks
Add doctest to huffman awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#11253 opened Jan 21, 2024 by Xceptions Loading…
9 of 15 tasks
Add the sparse categorical cross-entropy loss
#11250 opened Jan 19, 2024 by AtomicVar Loading…
11 of 15 tasks
ProTip! Exclude everything labeled bug with -label:bug.