This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
haas:fall2018:data:projects:sll0 [2018/09/10 13:16] – wedge | haas: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/ | 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/ | ||
- | As our nodes up to this point have only contained a single Node pointer for connection (the "to" pointer), we have what are called " | + | As our nodes up to this point have only contained a single Node pointer for connection (the "right" pointer), we have what are called " |
Therefore, generically, | Therefore, generically, |