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: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### Checklist: * [x]...
### Describe your change: * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### Checklist: * [x]...
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...
### 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...
### Describe your change: Added Big O Notation for the Sliding Window algorithm * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing...
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...
### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### Checklist: * [x]...
### 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...