Skip to content

lucasmagnorc/ordination_methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages