A repository where I can place my solutions to Algorithms and data structures
Go to file
lukejelse04 3b5b114952 Fixed Delete method
Need to ensure that both root node and parent nodes are
still being traced (Not currently true)
2021-07-07 23:21:46 +01:00
BinaryTree/BinaryTree Fixed Delete method 2021-07-07 23:21:46 +01:00
DoublyLinkedList Change of Program to To documents tests 2021-05-20 10:18:06 +01:00
Prime Numbers (Efficient) Prime Number Improvements, Moved the methods into a unique class. The list has been exchanged for a single string with line breaks. This is much more efficient and doesnt require the foreach loop to output the data. Can just output the single string. 2021-05-25 20:31:16 +01:00
.gitignore Initial commit 2021-05-13 21:34:27 +01:00