tiby312 / compt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Summary

A library that provides a complete binary tree visitor trait with common default implementations for visiting strategies such as dfs_inorder or dfs preorder, etc. It also provides two flavors of a complete binary tree data structure with mutable and immutable visitors that implement the visitor trait.

About


Languages

Language:Rust 100.0%