Trees
root, branch, leaf, leaves
parent, child
depth, height
python codes ex.
def tree ( label, branches = [] )
tree ( 1, [ tree(5), tree(2, [tree(3), tree(4), tree(7)])
'University of California, Berkeley > ElectricalEngineering & ComputerSciences' μΉ΄ν κ³ λ¦¬μ λ€λ₯Έ κΈ
Week 4 (0) | 2019.07.16 |
---|---|
Mutable Sequences (2) | 2019.07.12 |
Trees (0) | 2019.07.11 |
Functional Decomposition & Debugging (0) | 2019.07.10 |
LAB_day 4 (0) | 2019.07.09 |