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
Sort

Pull requests list

docs: add instructions for skipping pre-commit hooks in CONTRIBUTING.md
#12745 opened May 13, 2025 by TeckHack76 Loading… updated May 16, 2025
5 of 8 tasks
Add implementation of the multi-layer perceptron classifier from scratch awaiting reviews This PR is ready to be reviewed
#12756 opened May 14, 2025 by duuan Loading… updated May 15, 2025
12 of 15 tasks
Update support_vector_machines.py to add the polynomial kernel awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#12748 opened May 14, 2025 by faefabsdgd Loading… updated May 14, 2025
13 of 15 tasks
Add tests and cleanup sum_of_subsets algorithm
#12746 opened May 14, 2025 by mindaugl Loading… updated May 14, 2025
13 of 15 tasks
Added rotate_array.py
#12498 opened Jan 4, 2025 by davidw1281 Loading… updated May 13, 2025
13 of 15 tasks
DO NOT MERGE: Test Python 3.14 awaiting reviews This PR is ready to be reviewed
#12710 opened May 7, 2025 by cclauss Loading… updated May 13, 2025
1 of 16 tasks
Add Kaprekar number checker to special_numbers awaiting reviews This PR is ready to be reviewed
#12723 opened May 11, 2025 by Sean-Randall Loading… updated May 13, 2025
Add median() function using Quickselect
#12676 opened Apr 18, 2025 by isidroas Loading… updated May 12, 2025
1 of 15 tasks
Add rc4 cipher tests are failing Do not merge until tests pass
#12687 opened Apr 27, 2025 by QuantumSoham Loading… updated May 12, 2025
add segment_tree_node.py awaiting reviews This PR is ready to be reviewed
#12713 opened May 8, 2025 by xxx595588 Loading… updated May 8, 2025
10 of 15 tasks
Add euler project problem 142 solution
#12706 opened May 5, 2025 by mindaugl Loading… updated May 5, 2025
12 of 15 tasks
Add doctests and refactor Monte Carlo estimation functions
#12703 opened May 1, 2025 by akiels Loading… updated May 2, 2025
Improve documentation for binary search algorithm tests are failing Do not merge until tests pass
#12702 opened May 1, 2025 by PhelixWanty Loading… updated May 1, 2025
12 of 15 tasks
Add solution for the euler project problem 138
#12701 opened May 1, 2025 by mindaugl Loading… updated May 1, 2025
12 of 15 tasks
Refactor Apriori Algorithm: Fix Pruning Logic, Add Type Hints, and Pass Lint Checks awaiting reviews This PR is ready to be reviewed enhancement This PR modified some existing files
#12700 opened Apr 30, 2025 by FardinMoghaddamPour Loading… updated Apr 30, 2025
12 of 15 tasks
Added Count Inversions algorithm (Merge Sort based)
#12696 opened Apr 29, 2025 by usman-7455 Loading… updated Apr 30, 2025
11 tasks done
Add solution for the euler project problem 137
#12694 opened Apr 29, 2025 by mindaugl Loading… updated Apr 29, 2025
12 of 15 tasks
unit tests under bit_manipulation tests are failing Do not merge until tests pass
#12693 opened Apr 29, 2025 by sujan099 Loading… updated Apr 29, 2025
Add Euler project problem 124 solution
#12690 opened Apr 28, 2025 by mindaugl Loading… updated Apr 28, 2025
12 of 15 tasks
Added a function file with example tests are failing Do not merge until tests pass
#12689 opened Apr 28, 2025 by DhawalChaturvedi Loading… updated Apr 28, 2025
4 of 15 tasks
Don't implement binary search again
#12593 opened Feb 28, 2025 by isidroas Loading… updated Apr 27, 2025
13 of 15 tasks
Add physics script for the light aberration calculation.
#12686 opened Apr 26, 2025 by mindaugl Loading… updated Apr 26, 2025
12 of 15 tasks
Add solution for the euler project problem 111
#12684 opened Apr 25, 2025 by mindaugl Loading… updated Apr 25, 2025
12 of 15 tasks
hash map awaiting reviews This PR is ready to be reviewed tests are failing Do not merge until tests pass
#12678 opened Apr 19, 2025 by isidroas Loading… updated Apr 24, 2025
1 of 15 tasks
ProTip! Exclude everything labeled bug with -label:bug.