Skip to content

a naive way to solve 'move the box' which is a game on the phone.

Notifications You must be signed in to change notification settings

alex-lx/solve-move-the-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

solve-move-the-box

a naive way to solve 'move the box' which is a game on the phone.

Usage

it read from the stdin, the first line means the limited step to solve the problem, and the following seven lines which ends with '0' describe the map.

Example

$ ./a.out
2
0
0
1 2 3 0
3 3 2 2 1 4 0
1 4 0
4 0
0

which stands "Level 1 in London".

About

a naive way to solve 'move the box' which is a game on the phone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages