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.
I resolved do this, because I needed use this methods, but I hadn't they.
For to use, you need:
- First clone this repository.
- Install gcc compiler
- Put all values into file "values_to_ordenate.txt"
- Give the command below into terminal
gcc -o ordination_methods ordination_methods.c src/functions.c && ./ordination_methods