Skip to content

johnlarkin1/three-square-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Legendre's Three Square Problem

I wrote a few scripts to see which numbers cannot be represented by the sum of three squares.

To read more about the origin of this project, see this blog post.

To compile the program, run:

g++ -o three_square three_numbers_square.cpp 

Thanks so much! I appreciate any feedback.

Releases

No releases published

Packages

No packages published