User Tools

Site Tools


haas:fall2018:data:projects:dll0

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:dll0 [2017/10/24 13:45] – external edit 127.0.0.1haas:fall2018:data:projects:dll0 [2018/10/15 14:39] (current) – [In inc/list.h] 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__unit-find was not rigorously verifying that duplicate valued found nodes were in fact uniquely different nodes (20171024)+  * __revision #__<description> (DATESTAMP)
  
 =====Objective===== =====Objective=====
Line 38: Line 38:
  
 struct list { struct list {
-    Node              *engine            // pointer to start of list +    Node              *lead              // pointer to start of list 
-    Node              *caboose           // pointer to end of list+    Node              *last              // pointer to end of list
 }; };
  
haas/fall2018/data/projects/dll0.1508852759.txt.gz · Last modified: 2017/10/24 13:45 by 127.0.0.1