Skip to content

Pull requests: TheAlgorithms/Python

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
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

feat(dp): palindrome partitioning - minimum cuts (O(n²)) tests are failing Do not merge until tests pass
#13746 opened Oct 24, 2025 by GitandTonic Loading…
4 tasks
adding sleep_sort.py tests are failing Do not merge until tests pass
#13745 opened Oct 24, 2025 by rahulguggilam Loading…
5 of 15 tasks
Add ascii_to_char.py to conversions module
#13744 opened Oct 24, 2025 by Alessio-Falcini Loading…
Add median of two sorted arrays implementation #13717 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
#13742 opened Oct 24, 2025 by anshmittal2004 Loading…
10 tasks done
Adding fast_fourier_transform.py
#13738 opened Oct 24, 2025 by imhiteshgarg Loading…
12 of 15 tasks
Add divide two integers algorithm awaiting reviews This PR is ready to be reviewed
#13737 opened Oct 24, 2025 by devdandekar24 Loading…
12 of 14 tasks
Add Median of Two Sorted Arrays Algorithm (#13717) awaiting reviews This PR is ready to be reviewed
#13734 opened Oct 24, 2025 by balaraj74 Loading…
15 tasks done
Added Python file for Catalan Numbers (Cn) awaiting reviews This PR is ready to be reviewed
#13733 opened Oct 24, 2025 by RishabhIIITD Loading…
11 of 15 tasks
Modernize Documentation Theme with Furo awaiting reviews This PR is ready to be reviewed
#13728 opened Oct 24, 2025 by Tejasrahane Loading…
feat: Add palindrome check to basic logic problems (Closes #13501) awaiting reviews This PR is ready to be reviewed
#13727 opened Oct 23, 2025 by Arzoo1701 Loading…
12 of 15 tasks
Refine README formatting and add usage notes "Fixes #13714". awaiting reviews This PR is ready to be reviewed documentation This PR modified documentation files
#13726 opened Oct 23, 2025 by Aujasyarajput18 Loading…
12 of 15 tasks
Added Nesterov and Adam Optimizers awaiting reviews This PR is ready to be reviewed
#13718 opened Oct 23, 2025 by Adhithya-Laxman Loading…
10 tasks done
Added the doctests - Contributes to #9943 awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#13716 opened Oct 23, 2025 by Priyal595 Loading…
12 of 15 tasks
Feature: Added a new backtracking question for the better understanding of backtracking 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
#13712 opened Oct 23, 2025 by viswajith275 Loading…
13 of 15 tasks
Add reverse_string algorithm with type checking and examples awaiting reviews This PR is ready to be reviewed
#13707 opened Oct 23, 2025 by muannn Loading…
Fix doctests in factorial_recursive function awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#13703 opened Oct 23, 2025 by Tejasrahane Loading…
6 tasks done
Add comprehensive doctests to arc_length.py awaiting reviews This PR is ready to be reviewed
#13702 opened Oct 23, 2025 by Tejasrahane Loading…
15 tasks
Update and_gate.py
#13701 opened Oct 23, 2025 by Henry-the-Sun Loading…
Refactor diophantine_equation.py for clarity tests are failing Do not merge until tests pass
#13700 opened Oct 22, 2025 by Benjamin-Ferrin Loading…
15 tasks
Add XOR Linked List implementation with doctests awaiting reviews This PR is ready to be reviewed
#13699 opened Oct 22, 2025 by IneshAg Loading…
11 of 12 tasks
refactor(strings): Improve and correct KMP implementation awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#13694 opened Oct 22, 2025 by msaadsbr Loading…
Travelling Sales Person awaiting reviews This PR is ready to be reviewed
#13693 opened Oct 22, 2025 by aishaandatt Loading…
9 of 15 tasks
feat: add neural network optimizers module awaiting reviews This PR is ready to be reviewed documentation This PR modified documentation files require descriptive names This PR needs descriptive function and/or variable names
#13691 opened Oct 22, 2025 by shretadas Loading…
13 of 15 tasks
Fix ellipse perimeter calculation awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#13690 opened Oct 22, 2025 by avyukth-fll Loading…
12 of 15 tasks
ProTip! Exclude everything labeled bug with -label:bug.