This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:fall2015:data:projects:dll1 [2015/10/31 13:19] – [List library unit tests] wedge | haas:fall2015:data:projects:dll1 [2015/11/02 10:41] (current) – [List library unit tests] wedge | ||
---|---|---|---|
Line 131: | Line 131: | ||
Also note that, while considerable effort was made to ensure a broad range of tests were incorporated into each unit test, they are by no means a complete nor exhaustive battery of tests. There may be scenarios the unit tests do not currently check for. You are welcome and encouraged to perform additional tests to ensure your implementation is as rock solid as it can be. | Also note that, while considerable effort was made to ensure a broad range of tests were incorporated into each unit test, they are by no means a complete nor exhaustive battery of tests. There may be scenarios the unit tests do not currently check for. You are welcome and encouraged to perform additional tests to ensure your implementation is as rock solid as it can be. | ||
+ | |||
+ | ====List library applications==== | ||
+ | |||
+ | ===palindrome=== | ||
+ | Now that we've completed our doubly-linked list functionality, | ||
+ | |||
+ | Our endeavor here will be to revisit that of palindromes (ie words/ | ||
+ | |||
+ | This implementation will be considered an extra credit opportunity, | ||
+ | |||
+ | It is also highly recommended to undertake as it will give you further experience working with these concepts. | ||
=====Expected Results===== | =====Expected Results===== | ||
To assist you in verifying a correct implementation, | To assist you in verifying a correct implementation, | ||
Line 139: | Line 150: | ||
<cli> | <cli> | ||
- | lab46: | + | lab46: |
- | ==================================================== | + | ====================================================== |
- | = Verifying Doubly-Linked List Functionality | + | = Verifying Doubly-Linked |
- | ==================================================== | + | ====================================================== |
- | [mklist] Total: | + | [obtain] Total: |
- | [cplist] Total: | + | |
- | [append] Total: | + | [rmlist] Total: |
- | | + | [compare] Total: |
- | [display] Total: | + | [swapnode] Total: |
- | | + | [sortlist] Total: |
- | [compare] Total: | + | ====================================================== |
- | | + | |
- | [rmlist] Total: | + | ====================================================== |
- | [obtain] Total: | + | |
- | [swap] Total: | + | |
- | [sort] Total: | + | |
- | ==================================================== | + | |
- | | + | |
- | ==================================================== | + | |
lab46: | lab46: | ||
</ | </ |