This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:summer2015:data:projects:dll1 [2015/06/27 20:32] – [list operation status codes] wedge | haas:summer2015:data:projects:dll1 [2015/06/27 20:39] (current) – [Project Overview] wedge | ||
---|---|---|---|
Line 31: | Line 31: | ||
< | < | ||
- | unsigned char | + | code_t |
- | unsigned char | + | code_t |
- | unsigned char | + | code_t |
- | unsigned char | + | code_t |
- | unsigned char | + | code_t |
- | unsigned char | + | code_t |
</ | </ | ||
Line 101: | Line 101: | ||
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 node: | ||
- | <cli> | ||
- | lab46: | ||
- | ==================================================== | ||
- | = Verifying Doubly-Linked Node Functionality | ||
- | ==================================================== | ||
- | [mknode] Total: | ||
- | [cpnode] Total: | ||
- | [rmnode] Total: | ||
- | ==================================================== | ||
- | | ||
- | ==================================================== | ||
- | lab46: | ||
- | </ | ||
- | |||
- | There were no changes required to the node library between dll0 and dll1, so once you achieved a working implementation, | ||
====list library==== | ====list library==== | ||
Here is what you should get for list: | Here is what you should get for list: |