Commit Graph

25 Commits

Author SHA1 Message Date
a8d47f1061 Updated Binary Tree to Include all Traversals
Traversals to be selected using enum
2022-04-19 21:54:54 +01:00
564e4d161f Re-Written Delete method on Binary Tree 2022-04-17 23:14:18 +01:00
e5b0d1659b updated tree deletion method
Still not complete but will occasionally delete correctly, seems to have more issues with items near the top of the tree
2022-04-16 22:36:03 +01:00
4b45f5d561 Added Inorder Traversal 2022-04-14 22:21:40 +01:00
8ac85d8a1f Added 'Delete' method to Binary Tree 2022-04-14 21:55:59 +01:00
a2c7326e4b Changes BST to Binary Tree 2022-04-14 17:26:06 +01:00
735bf68e0d Incomplete - Tested 'Find' function; Doesn't always return on the given item but instead will continue past it if it has any children 2022-04-08 22:35:55 +01:00
e9df1cab67 Created 'Add' function for Binary Search Tree 2022-04-05 22:35:33 +01:00
88d84ab448 Ran Code Cleanup 2022-03-31 22:13:13 +01:00
fc832edb9d Added + Completed Queue Datastructure 2022-03-31 22:06:25 +01:00
de0f4195ed Updated Protection Level of all current datastructures - Needs Review 2022-03-28 23:16:33 +01:00
1db992492b Updated insert method to allow items to be added to the end of the list. 2022-03-23 21:20:19 +00:00
7bb55b8845 Updated program.cs for debugging 2022-03-22 22:14:45 +00:00
e6557a1d90 Bugs fixed on Delete and Insert Methods 2022-03-19 00:00:13 +00:00
1998e77f18 Updated Delete and Appends methods on linked list 2022-03-18 22:28:24 +00:00
2828466e23 Insert Method added to Doubly Linked list 2022-03-16 22:31:54 +00:00
431785b586 Added delete method to doubly linked list 2022-03-16 22:07:11 +00:00
7ced980a90 Updated Doubly linked list to allow for the combining of 2 lists 2022-03-15 21:37:24 +00:00
79debf3d62 Updated bounds search on Doubly Linked List and completed traverse method 2022-03-10 21:26:16 +00:00
00f52ee5c7 Updated Linked List and updated 2022-03-04 16:58:31 +00:00
8165bb849b Added Delete Method and updated Indexing Methods 2022-03-04 10:49:08 +00:00
02f49782ee Updated Index checking bound on Linked List 2022-03-04 10:17:51 +00:00
dc2768f1ac Added indexing methods to linked list 2022-03-04 10:10:55 +00:00
2382011f26 Updated Linked List (incomplete) 2022-03-04 08:45:53 +00:00
2f768ab237 Added C# Base 2022-03-03 08:05:41 +00:00