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? DP bottom-up approach to solve longest palindromic substring(not subsequence) * [ ] Fix a bug or typo in an existing algorithm?...
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...
### 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
### 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...
### Feature description Turtle,int,many more
### 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...
### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### Checklist: * [x]...
### 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...
### 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?...