1 Open Issue Need Help Last updated: Jul 30, 2025

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

Phylo library in Rust

Rust