User Tools

Site Tools


haas:fall2018:data:projects:sll3

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:sll3 [2017/09/24 20:35] – external edit 127.0.0.1haas:fall2018:data:projects:sll3 [2018/10/01 13:31] (current) wedge
Line 3: Line 3:
 <WRAP><fs 150%>CSCS2320 Data Structures</fs></WRAP> <WRAP><fs 150%>CSCS2320 Data Structures</fs></WRAP>
 </WRAP> </WRAP>
- 
-~~TOC~~ 
  
 ======Project: SLL3====== ======Project: SLL3======
Line 31: Line 29:
 // //
 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
     struct list       *next;            // pointer to the next list     struct list       *next;            // pointer to the next list
     unsigned long int  qty;             // number of nodes in list     unsigned long int  qty;             // number of nodes in list
Line 98: Line 96:
 </cli> </cli>
 =====Submission===== =====Submission=====
-{{page>haas:fall2016:common:submitblurb#DATA&noheader&nofooter}}+{{page>haas:fall2018:common:submitblurb#DATA&noheader&nofooter}}
  
haas/fall2018/data/projects/sll3.1506285300.txt.gz · Last modified: 2017/09/24 20:35 by 127.0.0.1