This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
haas:fall2018:data:projects:sll3 [2017/09/24 20:35] – external edit 127.0.0.1 | haas:fall2018:data:projects:sll3 [2018/10/01 13:31] (current) – wedge | ||
---|---|---|---|
Line 3: | Line 3: | ||
< | < | ||
</ | </ | ||
- | |||
- | ~~TOC~~ | ||
======Project: | ======Project: | ||
Line 31: | 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 98: | Line 96: | ||
</ | </ | ||
=====Submission===== | =====Submission===== | ||
- | {{page> | + | {{page> |