User Tools

Site Tools


notes:data:spring2024:projects:cgfx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:data:spring2024:projects:cgfx [2024/03/14 03:11] – [foundations] rspringenotes: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:** https://www.geeksforgeeks.org/introduction-to-stack-data-structure-and-algorithm-tutorials/
 +
 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====
  
notes/data/spring2024/projects/cgfx.1710385891.txt.gz · Last modified: 2024/03/14 03:11 by rspringe