Skip to content

This is a Go application I developed to practice and learn Go Language.

Notifications You must be signed in to change notification settings

FarukKaradeniz/go-training

Repository files navigation

What does this app do?

  1. Asks for user input to set the array's values by manual or random.
  2. If the user chooses by random, values are set with the "crypto/rand" package.
  3. After the creation of the array, the user can select a sort algorithm to sort the created array.

Using Docker

To run the application: docker run -it farukkaradeniz/go-training

TODO

  • Bubble Sort
  • Selection Sort
  • Merge Sort
  • Quick Sort
  • Heap Sort
  • Insertion Sort
  • Shell Sort
  • Radix Sort

About

This is a Go application I developed to practice and learn Go Language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published