Commit Graph

7 Commits

Author SHA1 Message Date
luke-else 88a7a7577e Removed redundant function from Binary Search Tree 2022-04-17 21:48:38 +01:00
luke-else 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
luke-else 4b45f5d561 Added Inorder Traversal 2022-04-14 22:21:40 +01:00
luke-else 8ac85d8a1f Added 'Delete' method to Binary Tree 2022-04-14 21:55:59 +01:00
luke-else 1c14ff75d6 Updated Min, Max and Find functions to use stacks 2022-04-14 21:16:41 +01:00
luke-else 6906d2e764 Created Max and Min functions for Binary Tree 2022-04-14 20:13:35 +01:00
luke-else a2c7326e4b Changes BST to Binary Tree 2022-04-14 17:26:06 +01:00