This shows you the differences between two versions of the page.
haas:fall2022:data:projects:sll3 [2021/09/08 17:55] – created - external edit 127.0.0.1 | haas:fall2022:data:projects:sll3 [2022/09/26 14:38] (current) – wedge | ||
---|---|---|---|
Line 4: | Line 4: | ||
</ | </ | ||
- | ======Project: SLL3====== | + | ======PROJECT: Singly-Linked List of Nodes (SLL3)====== |
- | =====Errata===== | + | =====OBJECTIVE===== |
- | This section will document any updates applied | + | To continue |
- | * __revision #__: < | + | =====OVERVIEW===== |
+ | Now with our singly-linked list implementation complete, we will perform a baseline tweak for use with the group data structure in sll4 (a group of lists). That particular tweak is the incorporation of a **quantity** element, so each and every transaction upon the list needs to maintain the accuracy of the node count. | ||
- | =====Objective===== | + | =====UPGRADING===== |
- | This is a transitional | + | To assist with consistency across all implementations, |
- | As such, while this is a standalone | + | Simply go into the project |
- | You will need to complete this project prior to upgrading to **sll4**. | + | < |
+ | lab46: | ||
+ | </ | ||
- | =====Project Overview===== | + | =====EDIT===== |
+ | You will want to go [[/ | ||
- | ====list.h==== | + | |
- | For this project, we need to make a couple modifications to the list struct (which you can also check out in **inc/list.h**): | + | |
- | <code c> | + | {{page>notes: |
- | ////////////////////////////////////////////////////////////////////// | + | |
- | // | + | |
- | // list struct definition | + | |
- | // | + | |
- | struct list { | + | |
- | Node *lead; | + | |
- | Node *last; | + | |
- | struct list | + | |
- | unsigned long int qty; // number of nodes in list | + | |
- | }; | + | |
- | typedef struct list List; // cuz we deserve nice things | + | |
- | </code> | + | |
- | Specifically, we have an after pointer, so that we can point to an entirely separate list, along with a newly added **qty** variable, which will keep track of the number of nodes in the list. | + | =====SUBMISSION===== |
+ | To be successful in this project, the following criteria (or their equivalent) must be met: | ||
- | To implement **qty**, all list functions that perform manipulations to the list will need to see some updating | + | |
+ | * Late submissions | ||
+ | * All code must compile cleanly | ||
+ | | ||
+ | * all requested functionality | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | * these " | ||
+ | | ||
+ | * No global variables | ||
+ | | ||
+ | | ||
- | To implement the list' | + | ====Submit Tool Usage==== |
+ | Let' | ||
+ | submit, you would do the following | ||
+ | uom0.c): | ||
- | =====Expected Results===== | + | <cli> |
- | To assist you in verifying a correct implementation, | + | lab46:~/ |
+ | </ | ||
- | ====list library==== | + | You should get some sort of confirmation indicating successful submission |
+ | if all went according to plan. If not, check for typos and or locational | ||
+ | mismatches. | ||
- | ===sll3 list functions=== | + | =====RUBRIC===== |
- | Here is what you should get for the specific functions relevant to sll3: | + | I'll be evaluating the project based on the following criteria: |
- | <cli> | + | <code> |
- | lab46:~/src/ | + | 78:sll3:final tally of results (78/78) |
- | ====================================================== | + | *:sll3:obtained project by the Sunday prior to duedate |
- | = Verifying Singly-Linked | + | *:sll3:clean compile, no compiler messages |
- | ====================================================== | + | *:sll3:implementation passes unit tests [13/13] |
- | [mklist] Total: 21, Matches: 21, Mismatches: | + | *:sll3:adequate modifications to code from template |
- | | + | *:sll3:program operations conform to project specifications |
- | | + | *:sll3:code tracked in lab46 semester repo [13/13] |
- | | + | </code> |
- | | + | |
- | ====================================================== | + | |
- | [RESULTS] Total: 121, Matches: 121, Mismatches: | + | |
- | ====================================================== | + | |
- | lab46:~/src/ | + | |
- | </cli> | + | |
- | ===entire list=== | + | ===Pertaining to the collaborative authoring of project documentation=== |
- | Here is what you should get for all the functions completed so far in the list library (sll0+sll1+sll2+sll3): | + | |
- | <cli> | + | * each class member is to participate in the contribution of relevant information and formatting of the documentation |
- | lab46:~/ | + | * minimal member contributions consist of: |
- | ====================================================== | + | * near the class average edits (a value of at least four productive edits) |
- | = | + | * near the average class content change average (a value of at least 256 bytes (absolute value of data content change)) |
- | ====================================================== | + | * near the class content contribution average (a value of at least 1kiB) |
- | | + | * no adding in one commit then later removing in its entirety for the sake of satisfying edit requirements |
- | | + | |
- | | + | |
- | | + | * no contributions, co-efficient is 0.50 |
- | | + | * less than minimum contributions is 0.75 |
- | | + | * met minimum contribution threshold is 1.00 |
- | [searchlist] Total: | + | |
- | [cplist] Total: | + | ===Additionally=== |
- | | + | |
- | | + | |
- | [obtain] Total: | + | |
- | | + | |
- | [rmlist] Total: | + | |
- | | + | |
- | | + | |
- | ====================================================== | + | |
- | | + | |
- | ====================================================== | + | |
- | lab46: | + | |
- | </ | + | |
- | =====Submission===== | + | |
- | {{page> | + | |