aboutsummaryrefslogtreecommitdiff
path: root/sys/libbio/phylo.c
AgeCommit message (Expand)Author
2021-10-26chore(rename): libn -> baseNicholas Noll
2021-09-28Checkin: various small changesNicholas Noll
2021-09-08checkinNicholas Noll
2020-05-03removed buggy qsort header and implemented myselfNicholas Noll
2020-04-30chore: move from new to make prefix of constructorsNicholas Noll
2020-04-28struct: preparing for prototype of math libraryNicholas Noll
2020-04-28feat: prototype of rerooting functionNicholas Noll
2020-04-28fix: finished remove child functionNicholas Noll
2020-04-28fix: moved nnodes into a property of nodeNicholas Noll
2020-04-28fix: ladderize now sorts by number of nodes contained belowNicholas Noll
2020-04-28struct: tree node children now purely linked list instead of bespoke hybridNicholas Noll
2020-04-28feat: prototype of remove child functionNicholas Noll
2020-04-28fix: allow for quoted identifiers to contain any characterNicholas Noll
2020-04-28feat: added number of nodes & leafs to tree data structureNicholas Noll
2020-04-22fix: bug squashing with newick parserNicholas Noll
2020-04-21feat: added skeleton of biological libraryNicholas Noll