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

Implementation of the Knapsack Problem Solver #11401 awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#11406 opened May 15, 2024 by snigdha510 Loading…
1 of 4 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
Update segment_tree.py awaiting reviews This PR is ready to be reviewed
#11390 opened May 1, 2024 by JyotikaJayani-08 Loading…
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
Add smooth algorithm
#11333 opened Mar 26, 2024 by mohmmadAyesh Loading…
4 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
Fix a bug in segment_tree.py
#11276 opened Feb 10, 2024 by Marco-campione-github Loading…
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
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.