-
- Notifications
You must be signed in to change notification settings - Fork 49.2k
Pull requests: TheAlgorithms/Python
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix binary search duplicates 13886 awaiting reviews This PR is ready to be reviewed invalid
#13893 by rachit-27 was closed Nov 10, 2025 Loading…
feat: add simple sum function example awaiting reviews This PR is ready to be reviewed invalid
#13881 by 2400030343SameerReddy was closed Nov 7, 2025 Loading…
15 tasks
fix binary search to handle duplicates correctly awaiting reviews This PR is ready to be reviewed invalid
#13876 by prsai0110 was closed Nov 6, 2025 Loading…
15 tasks
fix binary search to handle duplicates correctly awaiting reviews This PR is ready to be reviewed invalid
#13875 by prsai0110 was closed Nov 6, 2025 Loading…
15 tasks
Fix num digits awaiting reviews This PR is ready to be reviewed invalid
#13874 by ABHIRANJAN-KUMAR1 was closed Nov 6, 2025 Loading…
15 tasks
feat: Add Splay Tree implementation to data_structures/trees/ for issue #13844 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
#13872 by Vedanth-Rach was closed Nov 5, 2025 Loading…
11 of 14 tasks
CPU Scheduling Interface 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
#13871 by shashwat-126 was closed Nov 7, 2025 Loading…
9 of 15 tasks
feat: Add Splay Tree implementation in Python awaiting reviews This PR is ready to be reviewed invalid
#13870 by Vedanth-Rach was closed Nov 5, 2025 Loading…
10 of 15 tasks
Fix: add doctests and descriptive parameter for is_palindrome awaiting reviews This PR is ready to be reviewed invalid
#13867 by Mamtesh2001 was closed Nov 5, 2025 Loading…
Fix: add doctests and descriptive parameter for is_palindrome awaiting reviews This PR is ready to be reviewed invalid
#13866 by Mamtesh2001 was closed Nov 5, 2025 Loading…
Add is_palindrome function 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
#13865 by Mamtesh2001 was closed Nov 5, 2025 Loading…
11 of 15 tasks
Added README and CPU Scheduling Interface 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 require tests Tests [doctest/unittest/pytest] are required require type hints https://docs.python.org/3/library/typing.html
#13864 by shashwat-126 was closed Nov 5, 2025 Loading…
3 tasks
backtracking/hamiltonian_cycle.py create main function awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#13859 by khanhkhanhlele was closed Nov 8, 2025 Loading…
12 of 15 tasks
backtracking/generate_parentheses.py create doc awaiting reviews This PR is ready to be reviewed
#13858 by khanhkhanhlele was closed Nov 8, 2025 Loading…
12 of 15 tasks
backtracking/crossword_puzzle_solver.py change doc awaiting reviews This PR is ready to be reviewed
#13857 by khanhkhanhlele was closed Nov 8, 2025 Loading…
12 of 15 tasks
add main backtracking/max_colors_example awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#13856 by khanhkhanhlele was closed Nov 8, 2025 Loading…
12 of 15 tasks
add main function backtracking/max_colors_example awaiting reviews This PR is ready to be reviewed invalid
#13855 by khanhkhanhlele was closed Nov 3, 2025 Loading…
12 of 15 tasks
backtracking/all_permutations add main function tests are failing Do not merge until tests pass
#13854 by khanhkhanhlele was closed Nov 8, 2025 Loading…
12 of 15 tasks
handle gcd base case when b == 0 and improve input parsing awaiting reviews This PR is ready to be reviewed invalid
#13853 by ABHIRANJAN-KUMAR1 was closed Nov 3, 2025 Loading…
15 tasks
Add prime utilities: is_prime, next_prime, generate_primes awaiting reviews This PR is ready to be reviewed invalid
#13852 by ABHIRANJAN-KUMAR1 was closed Nov 3, 2025 Loading…
15 tasks
Revise README for hashing algorithms and definitionscorrected and upd… awaiting reviews This PR is ready to be reviewed invalid
#13851 by ABHIRANJAN-KUMAR1 was closed Nov 3, 2025 Loading…
15 tasks
added input validation and improved merge_sort error handling awaiting reviews This PR is ready to be reviewed invalid
#13849 by ABHIRANJAN-KUMAR1 was closed Nov 3, 2025 Loading…
15 tasks
add input type validation to Fibonacci functions awaiting reviews This PR is ready to be reviewed invalid
#13848 by ABHIRANJAN-KUMAR1 was closed Nov 3, 2025 Loading…
15 tasks
Enhanced quicksort with in-place sorting for improved space complexity awaiting reviews This PR is ready to be reviewed
#13838 by MathewAddala was closed Nov 1, 2025 Loading…
6 tasks done
Refactor quick_sort to use in-place sorting for improved space comple… awaiting reviews This PR is ready to be reviewed
#13837 by MathewAddala was closed Nov 1, 2025 Loading…
6 tasks done
Previous Next
ProTip! Filter pull requests by the default branch with base:master.