Skip to content

Honkware/sort.mojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

sorting algorithms written in Mojo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published