Skip to content

Naive implementation of the most performant sorting algorithm 🚀

License

Notifications You must be signed in to change notification settings

kampanosg/boGOsort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boGOsort

Go - Build & Test

gophers

This is a Go implementation of the Bogosort sorting algorithm - probably the most inefficient of its kind. It sorts a slice by shuffling it till it's sorted 😅 Here's the Wikipedia entry for the Bogosort, if you want to read more about it.

Usage

Please don't.

Testing

There's a handy make test command if you'd like to run the unit tests

About

Naive implementation of the most performant sorting algorithm 🚀

Topics

Resources

License

Stars

Watchers

Forks