Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevenshih1997/upgma
UPGMA Algorithm in C++
https://github.com/stevenshih1997/upgma
algorithm c-plus-plus linked-list upgma upgma-algorithm
Last synced: 5 days ago
JSON representation
UPGMA Algorithm in C++
- Host: GitHub
- URL: https://github.com/stevenshih1997/upgma
- Owner: stevenshih1997
- Created: 2017-06-02T23:05:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-14T04:57:36.000Z (over 7 years ago)
- Last Synced: 2024-11-19T08:53:59.815Z (2 months ago)
- Topics: algorithm, c-plus-plus, linked-list, upgma, upgma-algorithm
- Language: C++
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UPGMA (Unweighted Pair Group Method with Arithmetic Mean)
## UPGMA Algorithm in C++
Run by typing `make` then `./upgma species.txt` or `./upgma species2.txt` in the proj1/ directory