[][src]Module compt::bfs_order

A complete binary tree stored in a Vec laid out in bfs order.

Structs

CompleteTree

Complete binary tree stored in BFS order. Height is atleast 1.

CompleteTreeContainer

Contains of a Complete tree. Internally uses a Vec.

Vistr

Tree visitor that returns a mutable reference to each element in the tree. Tree visitor that returns a mutable reference to each element in the tree.

VistrMut

Tree visitor that returns a mutable reference to each element in the tree.