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

Hi! I want to add few basic level logic building problems to this repo. Can this issue be assigned to me?

awaiting triage

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

awaiting reviews
require descriptive names

### Describe your change: This PR improves the existing TimSort implementation by making it more efficient, readable, and compliant with TheAlgorithms current contributing guidelines. Improvements: - Handles any iterable input...

awaiting reviews

### Feature description I would like to contribute implementations of both the Random Forest Classifier and Random Forest Regressor from scratch (without using libraries such as scikit-learn). The implementation will...

enhancement

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

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

awaiting reviews

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

awaiting reviews

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

awaiting reviews

### Describe your change: Added the Bresenham Line Drawing Algorithm to the graphics Folder * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing...

Added armstrong_number.py under maths category for hactoberfest * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Add or...

awaiting reviews