This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
haas:fall2018:data:projects:dlt0 [2017/11/16 15:02] – external edit 127.0.0.1 | haas: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 #__: < |
- | * __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: | + | * preorder: |
- | * postorder: | + | * postorder: |
- | * inorder: parent, | + | * inorder: parent, |
====tree height can matter==== | ====tree height can matter==== |