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: **1. Add Contenets 2. Installation Process added 3. Usage 4. Features(Link redirect to TheAlgorithm website's tutorial link) 5. license Add** * [ ] Add an algorithm?...

awaiting reviews
documentation

### Describe your change: - Improved grammar and clarity in the module docstring - Clarified the photoelectric effect equation and notation - No functional changes * [ ] Add an...

awaiting reviews

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

enhancement
awaiting reviews

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

awaiting reviews

## Summary This PR adds a SHA-3 (Keccak) hash function implementation written in Python. ## Details - Implements the SHA-3 hashing algorithm according to the Keccak specification - Supports standard...

### 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

### 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
require descriptive names

### Describe your change: Improve documentation clarity of Wheatstone Bridge * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [...

Fixes #13905 Improves the DDA algorithm docstring by adding: - explanation of how the algorithm works - its main disadvantage - comparison with Bresenham algorithm - reference link for further...

This PR adds a short beginner-friendly description to the README to make the repository more welcoming for new contributors.