This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
notes:data:fall2022:projects:dlq0 [2022/11/16 17:19] – [SPECIFICATIONS] dmuck | notes:data:fall2022:projects:dlq0 [2022/11/16 17:20] (current) – [SPECIFICATIONS] dmuck | ||
---|---|---|---|
Line 13: | Line 13: | ||
* Node *back - Same as data-> | * Node *back - Same as data-> | ||
* List *data - Pointer to list holding actual queue 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. |