Rust
Rust copied to clipboard
All Algorithms implemented in Rust
feat: add implementation
The [`build_directory_md.py`](../blob/master/.github/workflows/scripts/build_directory_md.py) run in our GitHub Action [directory_workflow.yml](../blob/master/.github/workflows/directory_workflow.yml#L18) should be replaced by Rust code. This process should be done in ___three separate pull requests___. * [ ] Run both the...
Consider e.g. the sorting algorithms: They all solve the same problem, yet each has its own test cases. This is only warranted if the tests are to test implementation details....
I would like to suggest adding Loss functions in this repo. The loss function estimates how well a particular algorithm models the provided data. Add Loss Functions to: `machine_learning/loss_functions` Task...
Every time a new PR is opened workflows don't run automatically, which slows down contribution process (not scalable too). I suggest to use `pull_request_target` instead of `pull_request` in github actions....
A digit string is formed by concatenating consecutive numbers in a sequence. For instance, a digit string starting at 1 and ending at 10 would appear as follows: 1 2...
I would like to suggest adding Optimization functions, machine learning and deep learning algorithms in this repository. This can be added in a separate folder called `machine_learning` folder. Further, this...
# Pull Request Template ## Description Just added some extra tests and used typiing for some errors. Might do some more soon. ## Type of change Please delete options that...