Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.15 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.15 KB

competitive_cpp

GitHub stars GitHub branch checks state GitHub issues CodeFactor

Data structure and algorithms tested and usable using bazel

Building

bazel build //...

Testing 🧪

to run all the tests

bazel test //...

If you want to run a specific cc_test

 bazel test test/strings:string_utils_test

Contributions

Contributions are always welcomed, Please raise a CL if you want to add an algorithm or data structure. Also don't forget to add the test cases, documentation if required.

We are using Google style guides for formatting and code structure.