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]...

enhancement
awaiting reviews

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

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

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

enhancement
awaiting reviews

To find the angle of refraction using the given information by applying Snell's Law ### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or...

awaiting reviews
tests are failing
require descriptive names

### Repository commit master ### Python version (python --version) any ### Dependencies version (pip freeze) any ### Expected behavior according to the docstring of treap's split function below, when we...

### Feature description A directory with repeated algorithms in the other directories, for example `fibonacci`, but in the most esoteric way. Perhaps this will be hard to review but it...

enhancement

### Describe your change: Added Big O Notation for the Sliding Window algorithm * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing...

enhancement
awaiting reviews

added algorithm that checks if solutions for linear diophantine equation can exist or not. ### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or...

stale
awaiting reviews
require tests
require type hints
require descriptive names

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

stale
awaiting reviews
require tests
require type hints
require descriptive names

### Repository commit f512b4d105b6f3188deced19761b6ed288378f0d ### Python version (python --version) Python 3.10.8 ### Dependencies version (pip freeze) . ### Expected behavior `return (item, float(score)) # noqa: B023` ### Actual behavior `return...

bug