Method of 4320 permutation generations by six numbers

to Japanese

2011 (c)Shogo Baba

This work translates the content of the program I made for the previous issue into the natural language that human beings use. Seeing both machine and human languages equivalent in terms of command processing, it becomes possible to set the human language as the controlling system in order to regard it as the original.

(cf.)


a is 0. While a is less than 7, repeat all the following contents sequentially.
Add 1 to a.
b is 0. While b is less than 7, repeat all the following contents sequentially.
Add 1 to b.
When b is not a, do all the following contents sequentially.
c is 0. While c is less than 7, repeat all the following contents sequentially.
Add 1 to c.
When c is not a and c is not b, do all the following contents sequentially.
d is 0. While d is less than 7, repeat all the following contents sequentially.
Add 1 to d.
When d is not a, d is not b and d is not c, do all the following contents sequentially.
e is 0. While e is less than 7, repeat all the following contents sequentially.
Add 1 to e.
When e is not a, e is not b, e is not c and e is not d, do all the following contents sequentially.
f is 0. While f is less than 7, repeat all the following contents sequentially.
Add 1 to f.
When f is not a, f is not b, f is not c, f is not d and f is not e, do all the following contents sequentially.
Display it in order of a, b, c, d, e, f.


2011
Appeared in the Bulletin "New-Method" No.7

戻る