Skip to content

Releases: BoisterousCoder/SumSquareOrder

Even more minor improvement

24 Oct 03:27
Compare
Choose a tag to compare

Is there even a difference?

Minor Memory Improvement

22 Oct 23:17
Compare
Choose a tag to compare

I made some minor memory improvements, and you can now change the maximum number of thread with a second argument if want.
Example: .\SumSquareOrder.exe 25 6

Initial Release

26 Apr 14:34
Compare
Choose a tag to compare

Run the EXE with the first and only argument being the number you would like to get all Square Sum Paths for. A list of all paths will be put in a file called output.txt in the same directory.
Example: .\SumSquareOrder.exe 25