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

Update docstrings in the functions definitions. awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#11797 opened Oct 5, 2024 by ronaldngounou Loading…
11 tasks done
[Feature] Implemented DES Algorithm in ECB mode awaiting reviews This PR is ready to be reviewed
#11785 opened Oct 5, 2024 by MSaiAswin Loading…
11 of 15 tasks
Add files via upload awaiting reviews This PR is ready to be reviewed
#11784 opened Oct 5, 2024 by FireCoder-N Loading…
11 of 15 tasks
Fix no data-test attribute found in current_stock_price.py awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#11783 opened Oct 5, 2024 by chunchiehdev Loading…
11 of 15 tasks
String Tokenization with Byte-Pair Encoding awaiting reviews This PR is ready to be reviewed
#11782 opened Oct 5, 2024 by hash-ir Loading…
12 of 15 tasks
Added Remove nth Node from the End problem solution in Linked List 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
#11781 opened Oct 5, 2024 by sshsrijanr Loading…
10 tasks done
Add doctest for quick_sort_3_partition. Contributes to #9943 awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#11779 opened Oct 5, 2024 by lorduke22 Loading…
5 of 15 tasks
Morris Preorder traversal awaiting reviews This PR is ready to be reviewed
#11776 opened Oct 5, 2024 by kuntal0901 Loading…
11 of 15 tasks
Morris Postorder traversal awaiting reviews This PR is ready to be reviewed
#11775 opened Oct 5, 2024 by kuntal0901 Loading…
11 of 15 tasks
feat: Implemented Morris Inorder traversal for Binary tree awaiting reviews This PR is ready to be reviewed
#11774 opened Oct 5, 2024 by kuntal0901 Loading…
11 of 15 tasks
Add boundary checking to optimal bst awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#11771 opened Oct 5, 2024 by ivnvxd Loading…
12 of 15 tasks
Permutation of a String 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
#11769 opened Oct 5, 2024 by manas-1110 Loading…
Update n_queens_math.py awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#11767 opened Oct 5, 2024 by Shanvithegreat0 Loading…
14 tasks
feat: Added Weighted Interval Scheduling awaiting reviews This PR is ready to be reviewed
#11765 opened Oct 4, 2024 by BKarthik7 Loading…
11 tasks done
Create send_email_using_smtp_in_tornado.py awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#11764 opened Oct 4, 2024 by AnupeshVerma Loading…
1 of 15 tasks
Add graph colouring awaiting reviews This PR is ready to be reviewed
#11760 opened Oct 4, 2024 by AswinPKumar01 Loading…
10 tasks done
Created LGBM classifier @ lgbm_classifier.py 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
#11759 opened Oct 4, 2024 by ArchismanKarmakar Loading…
11 of 15 tasks
Add doctests to DFS and BFS. Contributes to #9943 awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#11757 opened Oct 4, 2024 by prak74 Loading…
8 of 15 tasks
Create relative_strength_index.py awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#11754 opened Oct 4, 2024 by tlgoa Loading…
12 of 15 tasks
Update quick_sort.py awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#11752 opened Oct 4, 2024 by IAteNoodles Loading…
13 of 15 tasks
Patch 1 awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#11749 opened Oct 4, 2024 by IAteNoodles Loading…
12 of 15 tasks
Create quicksort.py awaiting reviews This PR is ready to be reviewed
#11748 opened Oct 4, 2024 by RohanSardar Loading…
12 of 15 tasks
Created swapcase.py awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#11745 opened Oct 4, 2024 by ChenchuJahnavi Loading…
5 of 10 tasks
Create bragg_angle.py awaiting reviews This PR is ready to be reviewed
#11744 opened Oct 4, 2024 by nikhitha79 Loading…
12 tasks done
The string manipulation - replace() awaiting reviews This PR is ready to be reviewed
#11723 opened Oct 3, 2024 by vijayalaxmi777 Loading…
11 of 15 tasks
ProTip! Exclude everything labeled bug with -label:bug.