Skip to content

Stable v1.0

Latest

Choose a tag to compare

@HugoDs21 HugoDs21 released this 21 Mar 11:42
· 19 commits to master since this release
675796c

Instructions:

  • $./Puzzle [options]:

  • -h, --help show this help message and exit

  • --dfs DFS Run Depth-first search (provide a positive integer max depth to search)

  • --bfs Run Breadth-first search

  • --idfs Run Iteractive Depth-first search

  • --astar {1,2}, --a {1,2} Run A* search (1 -hamming; 2 -manhattan)

  • --greedy {1,2}, --gulosa {1,2} Run Greedy search (1 -hamming; 2 -manhattan)

  • --input INPUT, -i INPUT Specify an input file for tests

  • Give initial board

  • Give final board