Mojo
Mojo copied to clipboard
All algorithms implemented in Mojo. (The first open-sourced Mojo repository on GitHub)
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.
This PR introduces two Pi calculation implementations with doc tests: - Adding Chudnovsky algorithm implementation (chudnovsky_algorithm.mojo) - Adding Leibniz formula for Pi calculation (leibniz_pi_formula.mojo) # - [x] I have performed...
This PR updates the Mojo version requirement from `max = ">=24.5.0,