Skip to content

gajanan-choudhary/data-structs

Repository files navigation

Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept. Build Status license Lines of Code Coverage Status Average time to resolve an issue Percentage of issues still open

data-structs

A C++ data structures library.

Building

Select one of "Debug", "Release", "RelWithDebInfo", or "Coverage" build types below:

mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=[Debug | Release | RelWithDebInfo | Coverage]
make
make test      # Unit testing
make coverage  # Unit testing + Coverage. For Coverage build only.

Bells and whistles