Commit Graph

26 Commits

Author SHA1 Message Date
lukejelse04
409a5fd884 Update Program.cs 2021-10-13 21:05:52 +01:00
Luke Else
814f64c95f Adopted new Pointer Technique -- Class deprecated 2021-09-30 15:15:41 +01:00
Luke Else
d81f40f784 Pointers are passed by ref in order to be changed 2021-09-29 13:18:33 +01:00
Luke Else
0969e81afa Sorting function is complete - Pointers are not updated whilst being swapped which needs to be changed 2021-09-29 13:10:05 +01:00
Luke Else
ac83f95054 New Quicksort Algorithm 2021-09-28 09:59:42 +01:00
lukejelse04
137b90efbf Whitespace removed 2021-07-08 19:38:38 +01:00
lukejelse04
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. 2021-07-08 17:42:43 +01:00
lukejelse04
c9f16de23b Delete method finally finished, parent
and root nodes are finally fully traced!
2021-07-08 15:17:25 +01:00
lukejelse04
579b3dc0de Removed whitespace and altered program to allow for constant node removal for tests 2021-07-08 13:58:54 +01:00
lukejelse04
006cd9a00a - 2021-07-07 23:22:23 +01:00
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