Skip to content

Latest commit

 

History

History
 
 

05-Keep-Root-Black-and-Left-Rotation

如何使用代码

  • 新建build文件夹 mkdir build
  • 进入build文件夹 cd build
  • cmake配置 cmake ..
  • make 编译 make
  • 执行代码 ./Keep-Root-Black-and-Left-Rotation