Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -17,11 +17,14 @@ proc check .
|
|||
.
|
||||
.
|
||||
proc permute k .
|
||||
for i = k to 5
|
||||
if k = 0
|
||||
check
|
||||
return
|
||||
.
|
||||
for i = 1 to k
|
||||
swap floors[i] floors[k]
|
||||
permute k + 1
|
||||
permute k - 1
|
||||
swap floors[k] floors[i]
|
||||
.
|
||||
if k = 5 : check
|
||||
.
|
||||
permute 1
|
||||
permute len floors[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue