rename statics/euler and sync b93 code with main repo
This commit is contained in:
8
www/statics/euler/Euler_Problem-017_explanation.md
Normal file
8
www/statics/euler/Euler_Problem-017_explanation.md
Normal file
@@ -0,0 +1,8 @@
|
||||
There are only `N` kinds of numbers:
|
||||
|
||||
- `0` - `20`: Get the length from a precomputed list
|
||||
- `20` - `99`: Get the length of the first word from a precomputed list and the length of the second word (second digit) from the previous point
|
||||
- `100` - `999`: Get the length of the first word from a precomputed list and the length of the second and third word (second digit) from the previous point
|
||||
- `1000`: Get the hard coded value
|
||||
|
||||
*Note*: Interestingly this program operates completely on the stack - only the initializing method sets a few "constant fields" to per-definied values
|
||||
Reference in New Issue
Block a user