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

Next revision
Previous revision
haas:fall2015:data:projects:sll4 [2015/08/25 10:08] – external edit 127.0.0.1haas: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 91: Line 96:
  
 <cli> <cli>
-lab46:~/src/data/sll4$ bin/verify-group.sh +lab46:~/src/data/sll4$ make check
 ====================================================== ======================================================
- Verifying Singly-Linked Group List Functionality  =+   Verifying Singly-Linked Group Functionality     =
 ====================================================== ======================================================
    [mkgroup] Total:   5, Matches:   5, Mismatches:   0    [mkgroup] Total:   5, Matches:   5, Mismatches:   0
-  [ldisplay] Total:  30, Matches:  30, Mismatches:   +   [rmgroup] Total:   3, Matches:   3, Mismatches:   0 
-   [lgetpos] Total:  14, Matches:  14, Mismatches:   0 +   [linsert] Total:  20, Matches:  20, Mismatches:   0
-   [lsetpos] Total:  13, Matches:  13, Mismatches:   0+
    [lappend] Total:  20, Matches:  20, Mismatches:   0    [lappend] Total:  20, Matches:  20, Mismatches:   0
-   [linsert] Total:  20, Matches:  20, Mismatches:   0 
    [lobtain] Total:  15, Matches:  15, Mismatches:   0    [lobtain] Total:  15, Matches:  15, Mismatches:   0
-   [rmgroup] Total:   3, Matches:   3, Mismatches:   0+  [ldisplay] Total:  31, Matches:  31, Mismatches:   
 +   [lgetpos] Total:  14, Matches:  14, Mismatches:   
 +   [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$ 
 </cli> </cli>
- 
 =====Submission===== =====Submission=====
 {{page>haas:fall2015:common:submitblurb#DATA&noheader&nofooter}} {{page>haas:fall2015:common:submitblurb#DATA&noheader&nofooter}}
  
haas/fall2015/data/projects/sll4.1440497314.txt.gz · Last modified: 2015/10/09 23:00 (external edit)