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: In this repository a similar algorithm exsists. **_HOWEVER!_** it [_"Transforms a snake_case given string to camelCase (or PascalCase if indicated)"_](https://github.com/TheAlgorithms/Python/blob/master/strings/snake_case_to_camel_pascal_case.py). The file in this pull request,...

awaiting reviews

### 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 method to the existing Polynomial class to calculate the root of a degree 1 polynomial. * [x] Add an algorithm? * [ ] Fix a...

enhancement
awaiting reviews

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

enhancement
awaiting reviews
tests are failing

### Describe your change: Mypy has finally reached v1.0. * https://mypy.readthedocs.io/en/stable/ * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? *...

enhancement
awaiting reviews

### Describe your change: This PR aims to add an algorithm to identify the top `k` most frequent strings given a provided string list of elements. To do this, the...

enhancement
awaiting reviews

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

awaiting reviews
documentation

### Description The CI badge on the `README.md` file is not showing up well due to an API change the badge managers did. This must be fixed immediately. It is...

good first issue
documentation

### Describe your change: Updated the image for Line 25. * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [...

awaiting reviews
documentation

### Feature description By adding a miscellaneous/other issue template/form, we can make other types of issues that do not fit any of the provided templates. The benefits of adding this...

documentation