rename statics/euler and sync b93 code with main repo
This commit is contained in:
5
www/statics/euler/Euler_Problem-018_explanation.md
Normal file
5
www/statics/euler/Euler_Problem-018_explanation.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Step 1: Convert the numbers so that 1 field = 1 number
|
||||
|
||||
Step 2: Set every field to `value` + max(`value-left`, `value-right`)
|
||||
|
||||
Step 3: The solution is the value of the top-most field
|
||||
Reference in New Issue
Block a user