Nov 23, 2012

Algorithmes

Finding Clusters in data
Clustering algorithms: Univ.Pittsburgh course (see esp. section on SLINK)
Single link/nearest neighbour cluster analysis: SLINK, Van Rijsbergen
OPTICS algorithm: wikipedia link; scientific paper
A  FORTRAN Program for  Cluster Enumeration

Tri à bulles - bubble sort

http://en.wikibooks.org/wiki/Algorithm_Implementation/Sorting/Bubble_sort#FORTRAN

http://jean-pierre.moreau.pagesperso-orange.fr/Fortran/bubble_f90.txt 
http://www.classification-society.org/csna/mda-sw/sort.f

Tri rapide (quicksort)
Version Fortran 95


Liste d'algorithmes
http://en.wikibooks.org/wiki/Category:Algorithm_Implementation