Commit Graph

10 Commits

Author SHA1 Message Date
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