Skip to content

An implementation of Kociemba's two-phase algorithm for solving rubik's cube. (Adapted from Shuang Chen's Java code)

Notifications You must be signed in to change notification settings

MeigenChou/min2phase

Repository files navigation

min2phase

  • Rubik's Cube solver or scrambler.

two-phase algorithm

  • See Kociemba's page

File Description

  • TwoPhaseScrambler.m Generate scrambles.
  • Util.m Definitions and some math tools.
  • CubieCube.m CubieCube, see kociemba's page.
  • CoordCube.m Only for generating tables.
  • Search.m Search program.

License GPLv3

Copyright (C) 2013  Shuang Chen

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

An implementation of Kociemba's two-phase algorithm for solving rubik's cube. (Adapted from Shuang Chen's Java code)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published