Handbook
Glossary
(euler116) ( length -- permutations )
Vocabulary
project-euler
.
116
.
private
Inputs
length
an
object
Outputs
permutations
an
object
Definition
USING:
kernel
ranges
sequences
;
IN:
project-euler.116.private
:
(euler116)
( length -- permutations )
3
[1..b]
[
ways
]
with
map-sum
;