johnlarkin1 / three-square-problem

Legendre's Three-Square Theorem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Legendre's Three-Square Theorem


Languages

Language:C++ 62.2%Language:Python 37.8%