Python
Python copied to clipboard
All Algorithms implemented in Python
## Description This PR adds an implementation of **Kaprekar's Constant (6174)** algorithm to the `maths/special_numbers` directory. ## What is Kaprekar's Constant? Kaprekar's Constant is a fascinating mathematical property discovered by...
### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? -- Note:...
### Describe your change: * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? -- Note:...
### Feature description Proposal: Add support for federated learning within the machine learning submodules. Federated learning is an important paradigm for distributed machine learning, allowing algorithms to be trained across...
### Feature description Currently, the divide_numbers(a, b) function in maths/division.py performs basic division but lacks input validation for zero denominators. While Python’s built-in behavior raises a ZeroDivisionError, adding explicit validation...
### Describe your change: * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? -- Note:...
…d grid world demo ### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Add or...
### Describe your change: * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? -- Note:...
### Describe your change: * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? -- Note:...
### Describe your change: * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? -- Note:...