Algorithm Coding: Writing a binary tree: Part 1
Published in
1 min readJan 27, 2018
Learn how to write a binary tree and the complexity of the `add` and `walk` functions. We talk about the degenerate cases — next show we’ll cover how to balance the tree.
—