Constructing a Tree of Minimal Height.

applied.math.coding
3 min readMay 28, 2022

In this small story we are going to look at the construction of a tree with minimal height from a list of values. To understand all the content you should have some basic understanding of Rust. You may obtain in from here if necessary.

Problem:

We are given a list of positive integers and are requested to construct a binary tree that is minimum in height and…

--

--

applied.math.coding

I am a Software Developer - Java, Rust, SQL, TypeScript - with strong interest doing research in pure and applied Mathematics.