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

### Feature description Wanted to add a solution for Set matrix zeroes. ### Would you like to work on this feature? - [X] Yes, I want to work on this...

enhancement

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

enhancement
awaiting reviews

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

enhancement
awaiting reviews

### Feature description There are many commonly used machine learning models already present but there is no implementation of the xgboost model present. Implement: 1) XGBClassifier - for classification tasks...

enhancement

### Describe your change: Added two-pass implementation of Connected-Component Labeling algorithm: https://en.wikipedia.org/wiki/Connected-component_labeling * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? *...

awaiting reviews

### Feature description made using pygame important png files will be added ### Would you like to work on this feature? - [X] Yes, I want to work on this...

enhancement

I would like to add the algorithm of finding the difference between consecutive prime numbers between Two given Numbers in maths Repository.

Problem Statement: Given a list of strings, group all the anagrams together. If there are no anagrams return []. Input: ['could', 'cloud', 'areas', 'arena', 'artsy', 'grips', 'hello', 'parts', 'prigs', 'strap',...

### Describe your change: this algorithm returns the biggest possible result that can be achieved by removing one digit from the given number. * [x] Add an algorithm? * [...

awaiting reviews

### Describe your change: Maximum area of island problem added. * [X] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ]...

awaiting reviews