Fridrichアルゴリズムを使用したシンプルなRubik' sキューブソルバーは、各顔を使用して新しい簡単な入力方法を備えています。アプリには、アルゴリズムの各表面の回転と目的に関する指示があります。
アプリの簡単なJava実装は、
https://github.com/codechefamit/cubingで見つけることができます。
A simple Rubik's cube solver using fridrich algorithm with a new easy way of input using each face. App has the instructions on the rotations and objectives for each face of the algorithm.
Simple java implementation of the app can be found here :
https://github.com/codechefamit/Cubing