700d6696c8
Updated Linked List to look at head instead of count
2022-11-15 07:42:33 +00:00
23e7860e43
Updated Linked List to use adapated protection levels
2022-11-15 07:31:41 +00:00
05d637acb5
Updated Linked List - Added append function (Doesn't have access to Node member variables)
2022-11-13 14:34:00 +00:00
462d1ccc83
Updated Linked List to have constructors
2022-11-13 13:10:21 +00:00
7a75d22514
Updated Linked List to inherit generic constructors.
...
Not sure how the create method will integrate. Might integrate it into the linked list class so that it can just append it straight into the relevant node.
2022-11-13 00:20:10 +00:00
96d5eb8071
Moved all function definitions into header files as required for templated classes/functions
2022-11-12 23:34:32 +00:00
5913fb8084
Updated Linked List Node to work with shared pointers
2022-11-07 14:14:49 +00:00
deb58f03bb
Added Create method to Linked List Node
2022-11-07 14:00:04 +00:00
9ec4e515f2
Created Linked List node + Linked List - Incomplete
2022-11-07 13:38:27 +00:00