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: * [ ] Add an algorithm? * [x] 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]...

awaiting reviews

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

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
require tests

### Feature description Perhaps the newest, with updates frequently as it becomes more popular, is CatBoost. This machine-learning algorithm is especially useful for data scientists who are dealing with data...

enhancement

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

awaiting reviews

### Describe your change: Add quantum superdense coding algorithm. The principal idea is to send two classical bits in to one quantum bit (qubit.) * [x] Add an algorithm? *...

awaiting reviews
hacktoberfest
hacktoberfest-accepted

Addition of new Algorithm which searches an element in the sorted array that is rotated about Pivot element like [7,8,9,1,2,3,4,5].

### Feature description I would like to work on an algorithm in which a Linked List is given and we have to rotate it by 'x' places to right. For...

enhancement

### Feature description The majority element is the element that appears more than ⌊n / 2⌋ times in an array. One may assume that the majority element always exists in...

enhancement