User Tools

Site Tools


haas:fall2018:data:projects:sll0

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
haas:fall2018:data:projects:sll0 [2018/09/10 13:16] wedgehaas:fall2018:data:projects:sll0 [2018/09/11 12:53] (current) – [Background] wedge
Line 26: Line 26:
 There are, however, many distinctions of linked lists... so we tend to add on a lot of qualifiers to better identify the particular type of linked list we are implementing/using. There are, however, many distinctions of linked lists... so we tend to add on a lot of qualifiers to better identify the particular type of linked list we are implementing/using.
  
-As our nodes up to this point have only contained a single Node pointer for connection (the "to" pointer), we have what are called "singly-linked nodes".+As our nodes up to this point have only contained a single Node pointer for connection (the "right" pointer), we have what are called "singly-linked nodes".
  
 Therefore, generically, we are creating a "Singly-Linked List"; but we should also be specific about what we are creating a singly-linked list of-- so the full description will be "List of Singly-Linked Nodes". Therefore, generically, we are creating a "Singly-Linked List"; but we should also be specific about what we are creating a singly-linked list of-- so the full description will be "List of Singly-Linked Nodes".
haas/fall2018/data/projects/sll0.1536585416.txt.gz · Last modified: 2018/09/10 13:16 by wedge