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

Next revision
Previous revision
haas:fall2018:data:projects:dlt0 [2017/11/16 15:02] – external edit 127.0.0.1haas:fall2018:data:projects:dlt0 [2018/11/12 16:13] (current) – [traversal] wedge
Line 9: Line 9:
 This section will document any updates applied to the project since original release: This section will document any updates applied to the project since original release:
  
-  * __revision #1__omission in grabnode unit test causing unit test to silently fail if nobody was observing status codes. FIXED (20171113) +  * __revision #__<description> (DATESTAMP)
-  * __revision #2__: another typo in grabnode unit test. FIXED (20171114) +
-  * __revision #3__: another typo in mktree unit test. FIXED (20171116) +
  
 =====Objective===== =====Objective=====
Line 44: 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.1510844557.txt.gz · Last modified: 2017/11/16 15:02 by 127.0.0.1