Skip to content
/ Rubik Public

An Algo Project at Codam (42) - Rubik's cube solver with A*/greedy/cost-uniform algorithms

License

Notifications You must be signed in to change notification settings

k-off/Rubik

Repository files navigation

Rubik

An Algo Project at Codam (42) - Rubik's cube solver with A*/greedy/cost-uniform algorithms

SUBJECT

DESCRIPTION

Evaluation Sheet

Usage:

make re
./rubik -astar/-greedy/-costuniform [command_list] [-r random_command_list_length]

Types of search:

  • astar - A* algorithm, current cost and metric are taken into consideration
  • greedy - only metric is take into consideration
  • costuniform - only cost is taken into consideration

Implemented metric:

Manhattan distance in three dimensions.

About

An Algo Project at Codam (42) - Rubik's cube solver with A*/greedy/cost-uniform algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages