Why we need Tree Data Structure?

April 26, 2020 ( last updated : April 26, 2020 )
tree data structure algorithm

https://github.com/cao-weiwei/


Why we need Tree Data Structure?

Why Choose Trees

Definition

As we known, tree is a kind of data structure, which contains a set of nodes connected by directed or undirected. It’s a non-linear data structure in logical, compared to arrays, or string.

Comparison with other data structure

Binary Trees

Binary Search Tree

Review and Comparison

Originally published April 26, 2020
Latest update April 26, 2020

Related posts :