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: added shoelace formula, computing the area of a simple polygon * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing...

awaiting reviews

### What would you like to share? In this i want to add binary search ques answer please add the label of gssoc ext and hacktober fest ### Additional information...

awaiting triage

### Describe your change: * [x] Add an algorithm (Ridge Regression with L2 Regularization for predicting ADR based on player ratings). ### Checklist: * [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md). *...

awaiting reviews
tests are failing
require descriptive names

### Describe your change: Contributes to https://github.com/TheAlgorithms/Python/issues/9943 * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [x] Add or change...

enhancement
awaiting reviews

### Feature description I would like to add adaptive merge sort and stalin sort which are the different types of sorting in python and sometimes are helpful. Kindly assign me...

enhancement

I added an algorithm to the strings subfolder that finds the smallest substring of a given string that contains all of the characters in another given string. ### Describe your...

awaiting reviews

### Feature description I will add the Traveling Salesman Problem (TSP) Implementation to the Graph Data Structure file. As it's a must do problem when solving graphs in DS. Kindly...

enhancement

de_broglie wavelength ### Describe your change: * [x] Add an algorithm? ### 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 --...

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

awaiting reviews

### Describe your change: * [X] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? -- Note:...

awaiting reviews
require tests