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: Utilizing the `numpy` module, Project Euler 187 now runs 97% faster than the original implementation and is 79% faster than [my previous solution](https://github.com/TheAlgorithms/Python/pull/10503#issue-1943806371). Related issue #8594...

enhancement
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
tests are failing

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

awaiting reviews

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

enhancement
awaiting reviews

### Describe your change: This enhanced code includes fixed bugs pointed out by @RaymondDashWu. The problem with the Algorithm was that it assumed the length of the array to be...

enhancement
awaiting changes
awaiting reviews

### Describe your change: Created docstring and test cases for the min_dist helper function in dijkstra_2, as it is a non-void function. Contributes to #9943 . * [ ] Add...

enhancement
awaiting changes
awaiting reviews
tests are failing

### Describe your change: Implementation of Random Forest Algorithm (from scratch) using Python - A Machine Learning Model/Algorithm. * [✔️] Add an algorithm? Implemented Random Forest Classifier for Machine Learning...

tests are failing

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

awaiting changes
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? * [ ] Add or change doctests? -- Note:...

awaiting changes
awaiting reviews