Commit Graph

24 Commits

Author SHA1 Message Date
luke-else ee0556730d #1 Added count method to Linked List 2022-11-22 21:28:04 +00:00
luke-else 15c4684857 #1 Added find function to Linked List 2022-11-22 20:53:37 +00:00
luke-else 84645fad5f #1 Added remove method to Linked List 2022-11-22 20:21:59 +00:00
luke-else 954ea3f949 #1 Removed tail property from Linked List 2022-11-21 14:23:39 +00:00
luke-else e338ddb255 #1 Updated insert method on Linked List to work with index 0 2022-11-21 14:18:34 +00:00
luke-else 7cabc13196 Moved datastructures into src directory and added insert method into Linked List #1 2022-11-21 13:47:55 +00:00
luke-else 32a5a1c51a #1 Moved datastructures directly into src directory and added insert method to linked list 2022-11-21 13:41:51 +00:00
luke-else 700d6696c8 Updated Linked List to look at head instead of count 2022-11-15 07:42:33 +00:00
luke-else 23e7860e43 Updated Linked List to use adapated protection levels 2022-11-15 07:31:41 +00:00
luke-else 25091543a2 Updated Generic Nodes to have public properties 2022-11-15 07:29:37 +00:00
luke-else 05d637acb5 Updated Linked List - Added append function (Doesn't have access to Node member variables) 2022-11-13 14:34:00 +00:00
luke-else 462d1ccc83 Updated Linked List to have constructors 2022-11-13 13:10:21 +00:00
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 227614c62d Updated Visual Studio project files 2022-11-07 11:47:13 +00:00
luke-else 4c21f99291 Created Generic nodes - requires confirmation 2022-11-07 11:45:19 +00:00
luke-else dba577e099 Created VS Project 2022-11-07 10:51:27 +00:00
luke-else 20c082a483 Update readme.md 2022-11-07 10:35:56 +00:00
luke-else 6dbddc002d Initial commit 2022-11-07 11:34:13 +01:00