Open Issues Need Help
View All on GitHub Implement Eq for Tree about 1 month ago
AI Summary: Implement the `Eq` trait for the `Tree` struct in the Rust Phylo library, allowing for comparison of tree structures. This involves recursively comparing nodes, branch lengths, and parent-child relationships, potentially using a preorder traversal.
Complexity:
4/5
enhancement good first issue