Skip to content

Issues: TheAlgorithms/Python

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Assignee
Filter by who’s assigned
Sort

Issues list

added ridge_regression.py 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
#12553 opened Feb 3, 2025 by prajwal-38 Loading…
12 of 15 tasks
Feature/travelling salesman 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
#12494 opened Jan 2, 2025 by aydinomer00 Loading…
9 tasks done
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
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
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
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
ProTip! Exclude everything labeled bug with -label:bug.