Algorithms-DataStructures/Prime Numbers (Efficient)/Prime Numbers (Efficient)
2021-05-25 20:31:16 +01:00
..
Properties Upload of PrimeNumber Finder 2021-05-13 22:28:37 +01:00
App.config Upload of PrimeNumber Finder 2021-05-13 22:28:37 +01:00
Prime Numbers (Efficient).csproj 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
prime.cs 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
Program.cs 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