luke-else
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
luke-else
e76f3b452e
Updated protection modifiers on generic nodes.
2022-11-13 00:06:58 +00:00
luke-else
96d5eb8071
Moved all function definitions into header files as required for templated classes/functions
2022-11-12 23:34:32 +00:00
luke-else
5913fb8084
Updated Linked List Node to work with shared pointers
2022-11-07 14:14:49 +00:00
luke-else
2da0705577
Updated Generic nodes to incorporate smart pointers
2022-11-07 14:08:53 +00:00
luke-else
deb58f03bb
Added Create method to Linked List Node
2022-11-07 14:00:04 +00:00
luke-else
9ec4e515f2
Created Linked List node + Linked List - Incomplete
2022-11-07 13:38:27 +00:00
luke-else
4c21f99291
Created Generic nodes - requires confirmation
2022-11-07 11:45:19 +00:00