Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Honkware/sort.mojo

sorting algorithms written in Mojo
https://github.com/Honkware/sort.mojo

Last synced: about 4 hours ago
JSON representation

sorting algorithms written in Mojo

Awesome Lists containing this project

README

        

# sort.mojo
sorting algorithms written in Mojo

Example usage:
```
mojo test.mojo // Default: uses bubble sort
mojo test.mojo merge // Uses merge sort
mojo test.mojo selection // Uses selection sort
```