Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 570 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 570 Bytes

sort methods

What are?

Sort methods are a techniques to sort datas. With they you can resolve many problems and optimize some algorithms, but it's necessary analyze which is better to you implement.

Why?

I resolved do this, because I needed use this methods, but I hadn't they.

How to use?

For to use, you need:

  1. First clone this repository.
  2. Install gcc compiler
  3. Put all values into file "values_to_ordenate.txt"
  4. Give the command below into terminal

gcc -o ordination_methods ordination_methods.c src/functions.c && ./ordination_methods