|
|
@ -3,6 +3,11 @@
|
|
|
|
This is a simple web application that shows a precomputed list of the shortest sum of squares for a given number. The list is
|
|
|
|
This is a simple web application that shows a precomputed list of the shortest sum of squares for a given number. The list is
|
|
|
|
generated in Julia and then exported as a text file. The web application is built using Vite and SolidJS.
|
|
|
|
generated in Julia and then exported as a text file. The web application is built using Vite and SolidJS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Motivation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The printers in our department have a bug where they will print n^2 copies of a document if you ask for n copies. This solves the
|
|
|
|
|
|
|
|
problem in a very convoluted way.
|
|
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
|
|
|
|
### Setup
|
|
|
|
### Setup
|
|
|
|