- Asks for user input to set the array's values by manual or random.
- If the user chooses by random, values are set with the "crypto/rand" package.
- After the creation of the array, the user can select a sort algorithm to sort the created array.
To run the application:
docker run -it farukkaradeniz/go-training
- Bubble Sort
- Selection Sort
- Merge Sort
- Quick Sort
- Heap Sort
- Insertion Sort
- Shell Sort
- Radix Sort