Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 568 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 568 Bytes

Competitive Programming Library & Examples

This project contains Competitive Programming Library and its' examples.

Project Structures

C++ header library.
The headers should be easily copyable during a programming contest.

Executable binaries to show usage of the library.

How to build

To build all executable binaries run the following command.

bazelisk build //main/...:*

How to test library code

To test library code run the following command.

bazelisk test //cpalgo/...:*