User Tools

Site Tools


haas:fall2015:data:projects:eoce1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
haas:fall2015:data:projects:eoce1 [2015/12/03 12:59] – created wedgehaas: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 #__<description> (DATESTRING)+  * __revision 1__**app/** directory files had some typos (20151205)
  
 =====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, we get the **value** element stuff from the base **Node** class. We then get all the **next** element stuff from the **SinglyLinkedNode** class. As a result, **DoublyLinkedNode** is an extension of **SinglyLinkedNode**, which is itself an extension of the base **Node** class.+Due to inheritance, we get the **value** element stuff from the base **Node** class. We then get all the **after** element stuff from the **SinglyLinkedNode** class. As a result, **DoublyLinkedNode** is an extension of **SinglyLinkedNode**, which is itself an extension of the base **Node** class.
  
 <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>haas:fall2015:common:submitblurb#DATA&noheader&nofooter}}
haas/fall2015/data/projects/eoce1.1449147576.txt.gz · Last modified: 2015/12/03 12:59 by wedge