This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:data:spring2024:projects:cgfx [2024/03/14 03:11] – [foundations] rspringe | notes:data:spring2024:projects:cgfx [2024/03/14 03:31] (current) – [doubly linked stack] rspringe | ||
---|---|---|---|
Line 18: | Line 18: | ||
* Clubs | * Clubs | ||
=====doubly linked stack===== | =====doubly linked stack===== | ||
+ | **Reference: | ||
+ | |||
A doubly linked list is nearly similar to a singly linked list, as it is a list of structs, where each struct has a pointer to the next struct in the list. | A doubly linked list is nearly similar to a singly linked list, as it is a list of structs, where each struct has a pointer to the next struct in the list. | ||
Line 79: | Line 81: | ||
====storage==== | ====storage==== | ||
====tableau==== | ====tableau==== | ||
+ | The tableau is the main playing area of the game. This is where the various piles of cards get moved around in order to get to cards that can be moved to a foundation. | ||
====pile==== | ====pile==== | ||