2024-02-03 17:29:04 +01:00
|
|
|
# array-sorter
|
|
|
|
|
2024-02-03 17:31:59 +01:00
|
|
|
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
|