Skip to content

knqyf263/8-puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8-puzzle

以下のように出題されます。

Goal

+-----+
|1|2|3|
|4|5|6|
|7|8| |
+-----+

Problem 1

+-----+
|7|2|3|
|4|8|6|
|1|5| |
+-----+

空白の位置を動かして、Goalの形にして下さい。

50問出題されます。

制限時間は20秒です。

最後の「flag」という文字列が答えです。

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages