This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:fall2017:data:projects:dll2 [2017/10/24 11:47] – wedge | haas:fall2017:data:projects:dll2 [2017/10/24 11:48] (current) – wedge | ||
---|---|---|---|
Line 25: | Line 25: | ||
<code c> | <code c> | ||
struct list { | struct list { | ||
- | Node *initial; | + | Node *engine; // pointer to start of list |
- | Node *closing; // pointer to end of list | + | Node *caboose; // pointer to end of list |
ulli | ulli | ||
}; | }; | ||
Line 36: | Line 36: | ||
====list library==== | ====list library==== | ||
- | Again, in **src/ | + | Again, in **src/ |
===display() enhancements=== | ===display() enhancements=== | ||
Line 157: | Line 157: | ||
</ | </ | ||
=====Submission===== | =====Submission===== | ||
- | {{page> | + | {{page> |