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

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

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

Last synced: 6 months 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
```