Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
for len in (1..8) {
|
||||
var (pre="", post="")
|
||||
@^len -> permutations {|*p|
|
||||
var t = p.join
|
||||
post.append!(t) if !post.contains(t)
|
||||
pre.prepend!(t) if !pre.contains(t)
|
||||
}
|
||||
printf("%2d: %8d %8d\n", len, pre.len, post.len)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue