User Tools

Site Tools


haas:fall2015:data:projects:sll4

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
haas:fall2015:data:projects:sll4 [2015/10/09 23:00] – [group library] wedgehaas:fall2015:data:projects:sll4 [2015/10/27 10:08] (current) – [group library] 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> (DATESTAMP+  * __revision 1__a bug was discovered in the unit test for lsetpos, and by extension, an omission from the unit test for ldisplay (20151027) 
 +    * unit-ldisplay: was not doing a discrete test for the "<ERROR>" output when given an invalid position to display (FIXED
 +      * as a result, the number of checks for ldisplay incremented from 30 to 31 
 +    * unit-lsetpos: was displaying "<NULL>" when it really should have been displaying "<ERROR>" (very last test). 
 +      * also added a check for an another invalid position 
 +        * as a result, the number of checks for ldisplay incremented from 13 to 14 
 +    * for those who have already submit, not to worry, you will not be penalized, and you do not need to resubmit
 =====Objective===== =====Objective=====
 In this project, we take a step up from our singly linked list implementation- just as the singly-linked list was a step up from the individual nodes as an organizing unit for nodes. In this project, we take a step up from our singly linked list implementation- just as the singly-linked list was a step up from the individual nodes as an organizing unit for nodes.
Line 100: Line 105:
    [lappend] Total:  20, Matches:  20, Mismatches:   0    [lappend] Total:  20, Matches:  20, Mismatches:   0
    [lobtain] Total:  15, Matches:  15, Mismatches:   0    [lobtain] Total:  15, Matches:  15, Mismatches:   0
-  [ldisplay] Total:  30, Matches:  30, Mismatches:   0+  [ldisplay] Total:  31, Matches:  31, Mismatches:   0
    [lgetpos] Total:  14, Matches:  14, Mismatches:   0    [lgetpos] Total:  14, Matches:  14, Mismatches:   0
-   [lsetpos] Total:  13, Matches:  13, Mismatches:   0+   [lsetpos] Total:  14, Matches:  14, Mismatches:   0
 ====================================================== ======================================================
-   [RESULTS] Total: 120, Matches: 120, Mismatches:   0+   [RESULTS] Total: 122, Matches: 122, Mismatches:   0
 ====================================================== ======================================================
 lab46:~/src/data/sll4$  lab46:~/src/data/sll4$ 
haas/fall2015/data/projects/sll4.1444431648.txt.gz · Last modified: 2015/10/09 23:00 by wedge