TODO
author viric@llimona
Sun, 07 May 2006 16:31:04 +0200
changeset 18 443554b46d2b
child 21 e73048967870
permissions -rw-r--r--
Added a file with proposals.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18
443554b46d2b Added a file with proposals.
viric@llimona
parents:
diff changeset
     1
This algorithm:
443554b46d2b Added a file with proposals.
viric@llimona
parents:
diff changeset
     2
1. Add n-level dependencies control. How? I don't know
443554b46d2b Added a file with proposals.
viric@llimona
parents:
diff changeset
     3
2. Check for boxes depending on movement from never-reachable areas.
443554b46d2b Added a file with proposals.
viric@llimona
parents:
diff changeset
     4
443554b46d2b Added a file with proposals.
viric@llimona
parents:
diff changeset
     5
Other algorithm - endpoints:
443554b46d2b Added a file with proposals.
viric@llimona
parents:
diff changeset
     6
We don't treat box moves as moves to next cell, but to moves until an endpoint.
443554b46d2b Added a file with proposals.
viric@llimona
parents:
diff changeset
     7
This way, huge maps with many free space will be solved much faster.