Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

RCS C++

Rubik’s Cube Solver (Old Pochmann)


Work in progress!


Style and Linting

You can check the style of the code by running make checkstyle. Internally, this runs googles cpplint https://github.com/google/styleguide/tree/gh-pages/cpplint.

install cpplint using pip3

pip3 install cpplint

Tests

Install gtest using

nix

nix-shell -p gtest

apt

apt install libgtest-dev

Building

To build the project, run make.