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

awaiting reviews
require tests
require type hints

### Describe your change: * [x] Add an algorithm? DP bottom-up approach to solve longest palindromic substring(not subsequence) * [ ] Fix a bug or typo in an existing algorithm?...

awaiting reviews

Earlier in the permutation function it is creating an infinite recursion which is causing an error instead of that I used backtracking to get the output *[x] Fixed a bug...

enhancement
awaiting reviews

### Feature description There are lots of algorithms with the same concept but different implementations/methods in different files. All these should be moved into one file

enhancement
help wanted
good first issue

### Feature description This is an algorithms-based repository, which does not necessarily focus on time complexity, but also on readability and understandability. That being said, specific algorithms are benchmarked for...

enhancement

### Feature description There’s some possible confusion on the license of your repository when you combine other open-source code. The module `project_euler` claims its license as **CC BY-NC-SA 4.0** in...

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

### Describe your change: I create new `RangeMinimumQuery` class for RMQ problem using Spare Table algorithm. * [x] Add an algorithm? * [ ] Fix a bug or typo in...

awaiting reviews

### Describe your change: Reduce the complexity of other/scoring_algorithm.py from 16 to 10 * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm?...

enhancement
awaiting reviews