Mojo icon indicating copy to clipboard operation
Mojo copied to clipboard

All algorithms implemented in Mojo. (The first open-sourced Mojo repository on GitHub)

Results 5 Mojo issues
Sort by recently updated
recently updated
newest added

This PR introduces a simple average mean algorithm in mojo, with doc tests.

This PR introduces the ceil algorithm, a simple algorithm to round up a float to a integer. It also uses the mojo docs syntax, this way, the tests can be...

This PR adds a PR template inspired on the templated used in [C# the-algorithms repo](https://github.com/TheAlgorithms/C-Sharp).

Please add the CIs from the algorithms repository such as directory writer https://github.com/TheAlgorithms/scripts

Please Update Contributing.md & appropriate directories for contribution.