This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:fall2015:data:projects:eoce1 [2015/12/03 13:00] – [Project Requirements] wedge | haas:fall2015:data:projects:eoce1 [2015/12/05 11:05] (current) – [Errata] wedge | ||
---|---|---|---|
Line 11: | Line 11: | ||
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 | + | * __revision |
=====Objective===== | =====Objective===== | ||
Line 99: | Line 99: | ||
The **DoublyLinkedNode** class gets our node capabilities back to how we've been dealing with them of late-- a node containing a value that has 2 pointers: **after** and **prior** | The **DoublyLinkedNode** class gets our node capabilities back to how we've been dealing with them of late-- a node containing a value that has 2 pointers: **after** and **prior** | ||
- | Due to inheritance, | + | Due to inheritance, |
<code c 1> | <code c 1> |