Please enable JavaScript.
Coggle requires JavaScript to display documents.
Trees, Searching and Insertion in a Binary Search Tree - Coggle Diagram
Trees
Important properties
-
Para cada dois vertices em uma árvore, sempre existe um único caminho que percorre de um vértice a outro.
-
rooted tree
A rooted tree is usually depicted by placing its root on the top (level 0 of the tree), the vertices adjacent to the root below it (level 1), the vertices two edges apart from the root still below (level 2), and so on.
aplicação
usada para declarar hierarquias ou separa arquivos de um nicho, etc.
-
-