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? * [x] Fix a bug or typo in an existing algorithm? * [x] Documentation change? ### Checklist: * [x] I have...
### Feature description ```py 3 / \ 9 20 / \ 15 7 ``` The output would be `3+9+20+15+7` ### Would you like to work on this feature? - [X]...
### Feature description Just for demonstration of edit distnace for 2 strings: implement Dynamic Programming: up -> down approach ### Would you like to work on this feature? - [X]...
### Feature description Wanted to add Stock Price Prediction Algorithms ### Would you like to work on this feature? - [X] Yes, I want to work on this feature!
### Describe your change: * [X] Added Some basic image filtering ### Checklist: * [X] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md). * [X] This pull request is all my own work --...
* rename confusing variables * use doctest * format * add type hinting ### Describe your change: * [ ] Add an algorithm? * [x] Fix a bug or typo...
### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### Checklist: * [x]...
**Problem Statement:** Given a string s, return the longest palindromic substring in s. A string is called a palindrome string if the reverse of that string is the same as...
### Feature description I want to implement a new module inside the matrix ... To solve the System of linear equations in 2 variables using Cramer's Rule. ### Would you...