/shoka

Code Snippets for Competitive Programming

Primary LanguageC++

Build

cmake --build Build && (cd Build && ctest .)

Convention

Naming

Structure

  • namespace xxx_details
class C {
  // private members
public:
  // public members
};