Module probables::tree[][src]

Expand description

This module are designed to implement tree structure. Currently it provide very basic functionality

Structs

tree props implemented

Enums

Either a branch is left one or right one Imagine binary tree

enums are helpful because, it tells us why program fail ?