Skip to content

hhhhc-da/rubik_cube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rubik_cube

最终结果

1.231s - main 分支
0.126s - NoAssert 分支

存储结构

image

算法设计

image

使用教程

介绍

算法设计:二阶魔方程序

Cmake + MinGW-Make使用说明

Cmake 命令示例

cd build
cmake -G "MinGW Makefiles" ..
make
./bin/main.exe

Git 命令示例

git init
git add remote origin <url>
git pull --rebase origin master
# 这边修改好文件之后
git add *
git commit -am"xxx" # xxx 是你要添加的注释
git branch -M yyy   # yyy 是你要新添加的分支
git push -u nanoka yyy

About

求解三阶魔方上帝之数。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages