bogosorter
An implementation of Bogo Sort in Crystal
Installation
shards build bogosorter
Usage
./bin/bogosorter
OR
BOGOSORTER_ARRAY_SIZE=size ./bin/bogosorter
Development
- Clone the repo
- Run
shards - Add code
- Run
./bin/amebaand ensure that it's green - Run
shards build bogosorterand check for compiler errors - If everything is good you can proceed with commiting changes
Contributing
- Fork it (https://gitlab.com/Phitherek_/bogosorter/-/forks/new)
- Create your feature branch (
git checkout -b my-new-feature) - Follow instructions from Development
- Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Merge Request
Contributors
- Phitherek_ - creator and maintainer