array-sorter/README.md

14 lines
327 B
Markdown
Raw Normal View History

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