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
tests are failing

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

enhancement
awaiting reviews

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

enhancement

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

enhancement

### 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!

enhancement

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

awaiting reviews
require tests
require type hints

* rename confusing variables * use doctest * format * add type hinting ### Describe your change: * [ ] Add an algorithm? * [x] Fix a bug or typo...

enhancement
awaiting reviews

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

awaiting reviews

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

enhancement