compt

Crates.iocompt
lib.rscompt
version2.1.0
sourcesrc
created_at2017-12-01 15:36:19.497313
updated_at2022-05-20 13:47:52.387724
descriptionA complete binary tree visitor library
homepage
repositoryhttps://github.com/tiby312/compt
max_upload_size
id41247
size42,880
Ken Reed (tiby312)

documentation

README

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.

Commit count: 152

cargo fmt