Skip to content

Releases: h-ssiqueira/Sort_Algorithms

V1.1

27 Aug 18:57
52dc5b5
Compare
Choose a tag to compare

46 Sorting Algorithms, consult README to get more information about the sorting algorithms or how to execute by compiling the entire source code.

Updates:

  • Support for Windows.
  • Replaced obsolete functions.
  • Clear screen after inputs.

V1.0

18 Jul 17:42
Compare
Choose a tag to compare

46 Sorting Algorithms, consult README to get more information about the sorting algorithms or how to execute by compiling the entire source code.

This binary, to be executed, is necessary to change settings in permissions:

  • Right click on binary.
  • Select permissions.
  • Mark Allow executing file as program.
  • Using terminal, go to directory which the file is located and type the command ./sort on Linux or MAC to execute. Windows is not supported.