Python
Python copied to clipboard
All Algorithms implemented in Python
### 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...
### 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? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### Checklist: * [x]...
### 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...
### 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? *...
### 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...
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? * [...
### Describe your change: Maximum area of island problem added. * [X] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ]...