This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
haas:fall2015:data:projects:sll0 [2015/08/25 10:08] – external edit 127.0.0.1 | haas:fall2015:data:projects:sll0 [2015/09/26 18:00] (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 |
+ | * I noticed the potential for some implementation errors where the old unit test may have shown nothing wrong, so I updated it to be more aggressive at finding potential flaws. | ||
+ | * This will only help you, and it mitigates the chances of a believed-working function from failing to work later on. | ||
+ | * __revision 2__: fixed a rare output glitch in list unit test Makefile (20150926) | ||
+ | * This is really only a visual aberration that impacts me when reviewing projects; you will notice no change on your end. | ||
=====Objective===== | =====Objective===== | ||
Line 346: | Line 350: | ||
To assist you in verifying a correct implementation, | To assist you in verifying a correct implementation, | ||
- | ====node library==== | ||
- | Here is what you should get for the node library: | ||
- | |||
- | <cli> | ||
- | lab46: | ||
- | ==================================================== | ||
- | = Verifying Singly-Linked Node Functionality | ||
- | ==================================================== | ||
- | | ||
- | | ||
- | | ||
- | ==================================================== | ||
- | [RESULTS] Total: | ||
- | ==================================================== | ||
- | lab46: | ||
- | </ | ||
====list library (so far)==== | ====list library (so far)==== | ||
Line 367: | Line 355: | ||
<cli> | <cli> | ||
- | lab46: | + | lab46: |
==================================================== | ==================================================== | ||
= Verifying Singly-Linked List Functionality | = Verifying Singly-Linked List Functionality | ||
Line 373: | Line 361: | ||
[mklist] Total: | [mklist] Total: | ||
[insert] Total: | [insert] Total: | ||
- | [displayf] Total: | + | [displayf] Total: |
[getpos] Total: | [getpos] Total: | ||
[setpos] Total: | [setpos] Total: | ||
==================================================== | ==================================================== | ||
- | | + | |
==================================================== | ==================================================== | ||
lab46: | lab46: | ||
</ | </ | ||
- | |||
=====Submission===== | =====Submission===== | ||
{{page> | {{page> | ||