Python
Python copied to clipboard
All Algorithms implemented in Python
### Describe your change: Added a method to assist in calculating a conic section equation given 5 points on a Euclidean plane * [x] Add an algorithm? * [ ]...
### Describe your change: Added one_max genetic algorithm, which takes a binary list and uses evolution to convert every bit to a 1. * [x] Add an algorithm? * [...
### 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? * [ ] 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: Optimized collaze_sequence.py file in the math's algorithms based on mathematical definition of odd numbers. When a number is odd we multiply it by 3 and subtract...
### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [x] Add or change doctests? -- Note: Please...
### Describe your change: * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [x] Add or change doctests? -- Note:...
### Describe your change: * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [x] Add or change doctests? -- Note: Please...
### Repository commit d91ca8b6b75140e04a1cea051cbf09474215a2bd ### Python version (python --version) Python 3.11.5 ### Dependencies version (pip freeze) cfgv==3.4.0 distlib==0.3.7 filelock==3.12.4 identify==2.5.30 nodeenv==1.8.0 platformdirs==3.11.0 pre-commit==3.5.0 PyYAML==6.0.1 setuptools==68.2.2 virtualenv==20.24.6 wheel==0.41.2 ### Expected behavior...