-
-
Notifications
You must be signed in to change notification settings - Fork 50k
Pull requests: TheAlgorithms/Python
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix kth lexicographic permutation
awaiting reviews
This PR is ready to be reviewed
enhancement
This PR modified some existing files
#14197
opened Jan 22, 2026 by
yaadhuu
Loading…
10 tasks done
Use TypeError for non-string input in count_vowels
awaiting reviews
This PR is ready to be reviewed
enhancement
This PR modified some existing files
#14196
opened Jan 22, 2026 by
yaadhuu
Loading…
10 tasks done
Improve documentation for linear search algorithm
#14192
opened Jan 22, 2026 by
Anusha-DeviE
Loading…
5 of 15 tasks
docs: refine docstring and simplify reverse_letters implementation
awaiting reviews
This PR is ready to be reviewed
#14191
opened Jan 22, 2026 by
Tithi234
Loading…
Improve prime factorization correctness and performance in GCD implementation
#14190
opened Jan 22, 2026 by
gab-8323
Loading…
1 of 5 tasks
Merge pull request #1 from TheAlgorithms/master
#14189
opened Jan 21, 2026 by
iamdevdhanush
Loading…
Improve docstrings and readability in anagrams module
#14188
opened Jan 21, 2026 by
Tithi234
Loading…
Refine reverse_letters docstring and simplify implementation
#14187
opened Jan 21, 2026 by
Tithi234
Loading…
Add two-pointer method for finding triplets with 0 sum
#14186
opened Jan 20, 2026 by
KavyadharshiniM06
Loading…
12 of 15 tasks
docs: upgrade mypy link to https in CONTRIBUTING.md
#14184
opened Jan 20, 2026 by
JavedKhan93
Loading…
4 of 15 tasks
fix: binary_search returns first index for duplicates
#14159
opened Jan 20, 2026 by
adityarohatgi11
Loading…
9 of 15 tasks
Add recursive factorial implementation
#14158
opened Jan 19, 2026 by
Quantumboy80
Loading…
12 of 15 tasks
Fix #14062: Add New Year Countdown script
awaiting reviews
This PR is ready to be reviewed
#14157
opened Jan 19, 2026 by
Poonam1237
Loading…
11 of 15 tasks
Add doctests for duplicate and sorted inputs in bubble sort
#14154
opened Jan 19, 2026 by
radhikaRM06
Loading…
10 of 14 tasks
Add docstring to count_vowels function
tests are failing
Do not merge until tests pass
#14152
opened Jan 19, 2026 by
Tithi234
Loading…
Fix bubble sort logic and add comments
awaiting reviews
This PR is ready to be reviewed
#14151
opened Jan 17, 2026 by
Poonam1237
Loading…
15 tasks
Add docstring to palindrome function
tests are failing
Do not merge until tests pass
#14144
opened Jan 16, 2026 by
Tithi234
Loading…
Refactor: unify abs usage and expand type hints to float
awaiting reviews
This PR is ready to be reviewed
#14142
opened Jan 15, 2026 by
Sripaadpatel
Loading…
15 tasks
Change from qiskit import Aer to from qiskit_aer import AerSimulator
awaiting reviews
This PR is ready to be reviewed
require tests
Tests [doctest/unittest/pytest] are required
require type hints
https://docs.python.org/3/library/typing.html
#14138
opened Jan 14, 2026 by
AnshMNSoni
Loading…
8 tasks done
Fix return type description in bubble_sort.py
#14137
opened Jan 14, 2026 by
ParthPawar10
Loading…
6 of 15 tasks
Correct typo from 'two large' to 'too large'
#14135
opened Jan 13, 2026 by
ParthPawar10
Loading…
6 of 15 tasks
improved perfect number algorithm in maths module
#14134
opened Jan 12, 2026 by
Manvith-kumar16
Loading…
15 tasks
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.