minor change
This commit is contained in:
parent
286ab00490
commit
61b35119b4
@ -1,7 +1,8 @@
|
||||
module SlidingPuzzle where
|
||||
-- Solves the sliding puzzle problem (http://en.wikipedia.org/wiki/Sliding_puzzle)
|
||||
-- using A* algorithm
|
||||
|
||||
module SlidingPuzzle where
|
||||
|
||||
import Data.Ix
|
||||
import qualified Data.Array as A
|
||||
import Data.Array (Array, array, (//), (!))
|
||||
|
Loading…
Reference in New Issue
Block a user