Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 create rooted phylo tree struct and impl generic rooted tree traits #6

Conversation

sriram98v
Copy link
Owner

No description provided.

sriram98v and others added 30 commits October 14, 2023 17:23
…ented node iter methods, get subtree and extract subtree
…lo-tree-struct-and-impl-generic-rooted-tree-traits' into 2-create-rooted-phylo-tree-struct-and-impl-generic-rooted-tree-traits

Replaced Vector with HashSet
…e_degree, is_weighted, add_children) and generic clean tree method, fixed from_newick method
…(get_node_degree, is_weighted, add_children) and generic clean tree method, fixed from_newick method"

This reverts commit 7b6a3d4.
…nce_from_node, leaf_distance_matrix, and node_distance_matrix.
@sriram98v sriram98v linked an issue Oct 24, 2023 that may be closed by this pull request
@sriram98v sriram98v merged commit cedade5 into main Oct 24, 2023
@sriram98v sriram98v deleted the 2-create-rooted-phylo-tree-struct-and-impl-generic-rooted-tree-traits branch October 24, 2023 02:56
@sriram98v sriram98v restored the 2-create-rooted-phylo-tree-struct-and-impl-generic-rooted-tree-traits branch November 1, 2023 19:27
@sriram98v
Copy link
Owner Author

Add_child needs to be implemented, which should panic if the node is identical to an existing node. Identical means children, parent and taxa are the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

create rooted phylo tree struct and impl generic rooted tree traits
2 participants