Skip to content

Releases: BoisterousCoder/SumSquareOrder

Even more minor improvement

Choose a tag to compare

@BoisterousCoder BoisterousCoder released this 24 Oct 03:27

Is there even a difference?

Minor Memory Improvement

Choose a tag to compare

@BoisterousCoder BoisterousCoder released this 22 Oct 23:17

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

Choose a tag to compare

@BoisterousCoder BoisterousCoder released this 26 Apr 14:34

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