make_perfect_btree: Make Perfect btree

Description Usage Arguments Details References Examples

Description

Generate a perfect btree

Usage

1

Arguments

depth

Depth of the btree

Details

Returns a btree object that is a perfect binary tree

References

https://en.wikipedia.org/wiki/Binary_tree#Types_of_binary_trees

Examples

1
2
library(data.table)
make_perfect_btree(2)

ben519/btree documentation built on May 12, 2019, 10:56 a.m.