Fun tool I created to sort arrays in ascending order
Go to file
raul d73ff9618a Moved array-sorter into its own repo
I'm real proud of this one so I'm moving it out of golang-exercises and
creating a repo for it to live in
2024-02-03 17:31:59 +01:00
.gitignore Moved array-sorter into its own repo 2024-02-03 17:31:59 +01:00
LICENSE Initial commit 2024-02-03 17:29:04 +01:00
README.md Moved array-sorter into its own repo 2024-02-03 17:31:59 +01:00
gen-numbers.sh Moved array-sorter into its own repo 2024-02-03 17:31:59 +01:00
go.mod Moved array-sorter into its own repo 2024-02-03 17:31:59 +01:00
go.sum Moved array-sorter into its own repo 2024-02-03 17:31:59 +01:00
main.go Moved array-sorter into its own repo 2024-02-03 17:31:59 +01:00

README.md

array-sorter

Fun tool I created to sort arrays in ascending order

Usage

git clone https://git.bulgariu.xyz/raul/array-sorter
cd array-sorter
./gen-numbers.sh

gen-numbers.sh generates 300 random numbers and feeds them to array-sorter as input, you can modify the script to increase the amount of numbers to sort