Module compt::bfs_order[][src]

Expand description

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

Structs

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

Contains of a Complete tree. Internally uses a Vec.

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.

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