Data structure and algorithms tested and usable using bazel
bazel build //...
to run all the tests
bazel test //...
If you want to run a specific cc_test
bazel test test/strings:string_utils_test
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.