This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
haas:fall2015:data:projects:eoce1 [2015/12/03 12:59] – created 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> | ||
Line 257: | Line 257: | ||
For those interested in an extra credit opportunity (especially to make up for a missed project), you may fully complete both the functions and create unit tests to bring the **ListOfSinglyLinkedNodes** class fully on-line. | For those interested in an extra credit opportunity (especially to make up for a missed project), you may fully complete both the functions and create unit tests to bring the **ListOfSinglyLinkedNodes** class fully on-line. | ||
+ | =====Submission===== | ||
+ | {{page> |