Python icon indicating copy to clipboard operation
Python copied to clipboard

All Algorithms implemented in Python

Results 1352 Python issues
Sort by recently updated
recently updated
newest added

### **Describe your change:** * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### **Checklist:** * [x]...

stale
awaiting reviews
tests are failing

### **Describe your change:** I have added a Pancake sort code with better documentation. * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing...

stale
awaiting reviews
tests are failing
require tests
require type hints
require descriptive names

### **Describe your change:** * [X ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [x] Documentation change? ### **Checklist:** * [X]...

stale
awaiting reviews
tests are failing
require tests
require type hints
require descriptive names

### **Describe your change:** I added a solution to Project Euler Problem 66. * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm?...

stale
awaiting reviews
tests are failing

### Describe your change: * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### Checklist: * [x]...

enhancement
stale
awaiting reviews
tests are failing

### **Describe your change:** This involves the solution for the Euler Project Problem 204 * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing...

stale
awaiting reviews
tests are failing

### Describe your change: I added all of the typical methods of numerical integration instead of just the trapezoidal algorithm. The file now includes right endpoint, left endpoint, midpoint, Simpson's...

enhancement
stale
awaiting reviews
tests are failing

### Describe your change: This creates an array of digit-subtracted primes. Simply inputting the maximum number should work. * [x ] Add an algorithm? * [ ] Fix a bug...

stale
awaiting reviews
tests are failing

Closes #6095, reduces the chances of O(n^2) by using median as first pivot rather than end. ### Describe your change: * [ ] Add an algorithm? * [x] Fix a...

enhancement
stale
awaiting reviews
tests are failing

### Describe your change: HI! I have come across your wonderful repository of Python and wants to contribute some code to it which are not available previously, hence I have...

stale
awaiting reviews
tests are failing
require tests
require type hints