2254230958
Finally finished the delete method, it was still missing a line that should've assigned parents for a left subtree... but it didn't - Many hours of hair pulling later and its finally finished.
lukejelse04
2021-07-08 17:42:43 +01:00
c9f16de23b
Delete method finally finished, parent and root nodes are finally fully traced!
lukejelse04
2021-07-08 15:17:25 +01:00
579b3dc0de
Removed whitespace and altered program to allow for constant node removal for tests
lukejelse04
2021-07-08 13:58:54 +01:00
3b5b114952
Fixed Delete method Need to ensure that both root node and parent nodes are still being traced (Not currently true)
lukejelse04
2021-07-07 23:21:46 +01:00
32fbf6f4ec
Fixed delete method - Or maybe not
lukejelse04
2021-07-07 12:30:08 +01:00
7e538acf55
+Delete, if node has 2 children, subtrees don't carry
lukejelse04
2021-07-06 22:50:20 +01:00
ebca57b451
Test Commit
lukejelse04
2021-07-05 21:39:51 +01:00
72ec29eafc
Binary Tree Program
Luke Else
2021-06-21 12:56:26 +01:00
1168d0b934
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.
lukejelse04
2021-05-25 20:31:16 +01:00
95c5fe0e23
Small update to prime numbers app
lukejelse04
2021-05-23 22:11:02 +01:00
5692e8dae3
Change of Program to To documents tests
lukejelse04
2021-05-20 10:18:06 +01:00
1894fd8beb
Cleaning up LinkedList Class
lukejelse04
2021-05-18 15:14:16 +01:00
7382b5184e
Upload of PrimeNumber Finder
lukejelse04
2021-05-13 22:28:37 +01:00
7707a63373
Doubly Linked List Upload
lukejelse04
2021-05-13 22:08:58 +01:00
6dba2935d4
Rejiggling repo to get rid of extra files
lukejelse04
2021-05-13 22:08:30 +01:00
f42a997075
Doubly Linked List Upload
lukejelse04
2021-05-13 22:04:02 +01:00