lucasmagnorc / ordination_methods

This repository have some ordination methods.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ordenation_methods

What are?

Ordination 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

About

This repository have some ordination methods.


Languages

Language:C 100.0%