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

### Feature description Given the starting number, the final number and a number between them generates a scale from 0 to a 100 and find the proportional correspondence value to...

enhancement

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

awaiting reviews
require tests

### Feature description Add `flake8-comprehensions` to `pre-commit` and fix errors

enhancement

Please assign this issue under hacktoberfest

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

awaiting reviews
require type hints

### Feature description Adding Bernouli's, Torricelli's, + other associated with fluids. ### Would you like to work on this feature? - [X] Yes, I want to work on this feature!

enhancement

n = -n if n < 0 else n --> n = abs(n) n = n // 10 --> n //= 10 ### Describe your change: * [ ] Add...

enhancement
awaiting reviews

Added the implementation to problem 60 in project_euler/. * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Documentation change?...

awaiting reviews
require optimization

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

awaiting reviews
require tests

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

awaiting reviews
require tests
require type hints