Commit Graph

11 Commits

Author SHA1 Message Date
c7ccd641c4 Cleaned up various DataStructures 2022-04-19 22:00:24 +01:00
a8d47f1061 Updated Binary Tree to Include all Traversals
Traversals to be selected using enum
2022-04-19 21:54:54 +01:00
5360fdd47b Updated Inorder Traversal 2022-04-19 21:09:33 +01:00
564e4d161f Re-Written Delete method on Binary Tree 2022-04-17 23:14:18 +01:00
88a7a7577e Removed redundant function from Binary Search Tree 2022-04-17 21:48:38 +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
1c14ff75d6 Updated Min, Max and Find functions to use stacks 2022-04-14 21:16:41 +01:00
6906d2e764 Created Max and Min functions for Binary Tree 2022-04-14 20:13:35 +01:00
a2c7326e4b Changes BST to Binary Tree 2022-04-14 17:26:06 +01:00