Commit Graph

16 Commits

Author SHA1 Message Date
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
lukejelse04
32fbf6f4ec Fixed delete method - Or maybe not 2021-07-07 12:30:08 +01:00
lukejelse04
615b157123 removed whitespace 2021-07-06 22:52:40 +01:00
lukejelse04
08afe6e2e5 Merge branch 'main' of https://github.com/lukejelse04/Algorithms-DataStructures 2021-07-06 22:51:58 +01:00
lukejelse04
7e538acf55 +Delete, if node has 2 children, subtrees
don't carry
2021-07-06 22:50:20 +01:00
lukejelse04
ebca57b451 Test Commit 2021-07-05 21:39:51 +01:00
Luke Else
72ec29eafc Binary Tree Program 2021-06-21 12:56:26 +01:00
lukejelse04
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. 2021-05-25 20:31:16 +01:00
lukejelse04
95c5fe0e23 Small update to prime numbers app
Data is now saved to a list to save on system performance. The list is printed out once all of the prime numbers up to the limit have been discovered.
2021-05-23 22:11:02 +01:00
lukejelse04
5692e8dae3 Change of Program to To documents tests 2021-05-20 10:18:06 +01:00
lukejelse04
1894fd8beb Cleaning up LinkedList Class 2021-05-18 15:14:16 +01:00
lukejelse04
7382b5184e Upload of PrimeNumber Finder 2021-05-13 22:28:37 +01:00
lukejelse04
7707a63373 Doubly Linked List Upload 2021-05-13 22:08:58 +01:00
lukejelse04
6dba2935d4 Rejiggling repo to get rid of extra files 2021-05-13 22:08:30 +01:00
lukejelse04
f42a997075
Doubly Linked List Upload 2021-05-13 22:04:02 +01:00
lukejelse04
11c0513992
Initial commit 2021-05-13 21:34:27 +01:00