Research Article
Turn-Based War Chess Model and Its Search Algorithm per Turn
Algorithm 2
Dictionary sequence enumeration algorithm.
| (1) initialize a sequence which is the first sequence in dictionary sequences | | (2) while exists do | | (3) call Search(1) | | (4) | | (5) end while |
|