Handbook
Glossary
update-minimal-path-sum ( x y matrix -- )
Vocabulary
project-euler
.
081
.
private
Inputs
x
an
object
y
an
object
matrix
an
object
Outputs
None
Definition
USING:
kernel
math
;
IN:
project-euler.081.private
:
update-minimal-path-sum
( x y matrix -- )
3dup
minimal-path-sum-to
[
+
]
curry
change-matrix
;