Python
Python copied to clipboard
All Algorithms implemented in Python
### Describe your change: A program to find the longest word in a sentence. * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing...
### Describe your change: Similar to `maths/numerical_analysis/square_root.py`, the new file contains a function that approximates the nth root of a real number using Newton's method. See: https://en.wikipedia.org/wiki/Nth_root#Using_Newton's_method * [x] Add...
### Describe your change: Contributes to https://github.com/TheAlgorithms/Python/issues/9943 * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [x] Add or change...
### 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? -- Note:...
### Describe your change: improved test coverage for digital_image_processing/test_digital_image_processing.py from 3% to 47%  "Fixes #9943 " * [ ] Add an algorithm? * [ Y] Fix a bug...
### Describe your change: * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? -- Note:...
### Describe your change: * [x] Add an algorithm? The sum of outcomes for rolling an N-sided dice K times. This function returns a list. The last two elements are...
### 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? --...