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
notes:data:spring2024:projects:cgfx [2024/03/14 03:14] – [tableau] 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.
  
notes/data/spring2024/projects/cgfx.1710386067.txt.gz · Last modified: 2024/03/14 03:14 by rspringe