This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:data:fall2022:projects:dlq0 [2022/11/14 18:06] – [PROGRAM] gsuber | notes:data:fall2022:projects:dlq0 [2022/11/16 17:20] (current) – [SPECIFICATIONS] dmuck | ||
---|---|---|---|
Line 12: | Line 12: | ||
* Node *front - Same as data-> | * Node *front - Same as data-> | ||
* Node *back - Same as data-> | * Node *back - Same as data-> | ||
- | * List *data | + | * List *data - Pointer to list holding actual queue data |
- | * ulli buffer - Length | + | * ulli buffer - Maximum length |
For this project you will be working with 6 new functions related to the new //queue// struct. | For this project you will be working with 6 new functions related to the new //queue// struct. |