Python
Python copied to clipboard
All Algorithms implemented in Python
### 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?...
### Describe your change: - Improved grammar and clarity in the module docstring - Clarified the photoelectric effect equation and notation - No functional changes * [ ] Add an...
### Describe your change: * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [x] Add or change doctests? -- Note:...
### Describe your change: - [x] Add an algorithm - [ ] Fix a bug or typo in an existing algorithm - [ ] Add or change doctests - [...
## 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:...
### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? -- Note:...
### 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.