View on GitHub

401-reading-notes

CLASS 15

TREES

REVIEW, RESEARCH AND DISCUSS

Whats a Tree?

TERMS:

root

left

right

edge

leaf

height

node

K

There are two catagories of traversing of a tree:

binary trees

k-ary trees

Binary search trees

codefellows

HOME