This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:fall2018:data:projects:sll3 [2018/10/01 13:30] – wedge | haas:fall2018:data:projects:sll3 [2018/10/01 13:31] (current) – wedge | ||
---|---|---|---|
Line 29: | Line 29: | ||
// | // | ||
struct list { | struct list { | ||
- | Node *engine; // pointer to start of list | + | Node *lead; // pointer to start of list |
- | Node *caboose; | + | Node *last; // pointer to end of list |
struct list | struct list | ||
unsigned long int qty; // number of nodes in list | unsigned long int qty; // number of nodes in list | ||
Line 96: | Line 96: | ||
</ | </ | ||
=====Submission===== | =====Submission===== | ||
- | {{page> | + | {{page> |