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

Adding Preorder traversal and Postorder traversal function. Change the name of function according to above point. ### **Describe your change:** * [x] Add an algorithm? * [ ] Fix a...

enhancement
stale
awaiting reviews
tests are failing

docstring error fix delete no reason delete next_gen_canvas code(local variable) ### **Describe your change:** * [ ] Add an algorithm? * [ ] Fix a bug or typo in an...

enhancement
stale
awaiting reviews

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

stale
awaiting reviews
tests are failing

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

stale
awaiting reviews
tests are failing
require tests
require type hints
require descriptive names

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

stale
awaiting reviews
tests are failing
require tests

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

stale
awaiting reviews
tests are failing

Changes made: - Function arguments in `init()` and `sort()` of `Perceptron` class - Sending copy of samples (instead of reference) to sample argument of `Perceptron `constructor - Option added for...

enhancement
stale
awaiting reviews
tests are failing

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

enhancement
stale
awaiting reviews
tests are failing

### **This program provides a possible number of correct words to user an input jumbled word** * [ x ] Add an algorithm? * [ ] Fix a bug or...

stale
awaiting reviews
tests are failing

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

stale
awaiting reviews
tests are failing
require tests
require type hints
require descriptive names