User Tools

Site Tools


haas:fall2018:data:projects:dlt0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
haas:fall2018:data:projects:dlt0 [2018/11/12 16:12] – [Errata] wedgehaas:fall2018:data:projects:dlt0 [2018/11/12 16:13] (current) – [traversal] wedge
Line 41: Line 41:
 The three methods of traversal are: The three methods of traversal are:
  
-  * preorder: fro, parent, to +  * preorder: left, parent, right 
-  * postorder: to, parent, fro +  * postorder: right, parent, left 
-  * inorder: parent, froto+  * inorder: parent, leftright
  
 ====tree height can matter==== ====tree height can matter====
haas/fall2018/data/projects/dlt0.1542039155.txt.gz · Last modified: 2018/11/12 16:12 by wedge