Python
Python copied to clipboard
All Algorithms implemented in Python
### **Describe your change:** * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### **Checklist:** * [x]...
### **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...
### **Describe your change:** * [X ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [x] Documentation change? ### **Checklist:** * [X]...
### **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?...
### Describe your change: * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### Checklist: * [x]...
### **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...
### 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...
### 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...
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...
### 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...