Commit Graph

  • cffd8cfe40 Updated Binary Search (Pointers) main Luke Else 2021-11-30 21:24:37 +0000
  • cbfa634e82 Added Binary Search luke-else 2021-11-23 23:51:37 +0000
  • 5c2e7110f8 Added InOrderTraversal luke-else 2021-11-18 18:07:13 +0000
  • c942ce57ce Reorganised Repo luke-else 2021-11-18 17:40:29 +0000
  • 409a5fd884 Update Program.cs lukejelse04 2021-10-13 21:05:52 +0100
  • 814f64c95f Adopted new Pointer Technique -- Class deprecated Luke Else 2021-09-30 15:15:41 +0100
  • d81f40f784 Pointers are passed by ref in order to be changed Luke Else 2021-09-29 13:18:33 +0100
  • 0969e81afa Sorting function is complete - Pointers are not updated whilst being swapped which needs to be changed Luke Else 2021-09-29 13:10:05 +0100
  • ac83f95054 New Quicksort Algorithm Luke Else 2021-09-28 09:59:42 +0100
  • 137b90efbf Whitespace removed lukejelse04 2021-07-08 19:38:38 +0100
  • 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 +0100
  • c9f16de23b Delete method finally finished, parent and root nodes are finally fully traced! lukejelse04 2021-07-08 15:17:25 +0100
  • 579b3dc0de Removed whitespace and altered program to allow for constant node removal for tests lukejelse04 2021-07-08 13:58:54 +0100
  • 006cd9a00a - lukejelse04 2021-07-07 23:22:23 +0100
  • 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 +0100
  • 32fbf6f4ec Fixed delete method - Or maybe not lukejelse04 2021-07-07 12:30:08 +0100
  • 615b157123 removed whitespace lukejelse04 2021-07-06 22:52:40 +0100
  • 08afe6e2e5 Merge branch 'main' of https://github.com/lukejelse04/Algorithms-DataStructures lukejelse04 2021-07-06 22:51:58 +0100
  • 7e538acf55 +Delete, if node has 2 children, subtrees don't carry lukejelse04 2021-07-06 22:50:20 +0100
  • ebca57b451 Test Commit lukejelse04 2021-07-05 21:39:51 +0100
  • 72ec29eafc Binary Tree Program Luke Else 2021-06-21 12:56:26 +0100
  • 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 +0100
  • 95c5fe0e23 Small update to prime numbers app lukejelse04 2021-05-23 22:11:02 +0100
  • 5692e8dae3 Change of Program to To documents tests lukejelse04 2021-05-20 10:18:06 +0100
  • 1894fd8beb Cleaning up LinkedList Class lukejelse04 2021-05-18 15:14:16 +0100
  • 7382b5184e Upload of PrimeNumber Finder lukejelse04 2021-05-13 22:28:37 +0100
  • 7707a63373 Doubly Linked List Upload lukejelse04 2021-05-13 22:08:58 +0100
  • 6dba2935d4 Rejiggling repo to get rid of extra files lukejelse04 2021-05-13 22:08:30 +0100
  • f42a997075
    Doubly Linked List Upload lukejelse04 2021-05-13 22:04:02 +0100
  • 11c0513992
    Initial commit lukejelse04 2021-05-13 21:34:27 +0100