/leetcode-solutions

Bench everything in cpp.

Primary LanguageCMakeMIT LicenseMIT

leetcode-solutions

Build Status Build status Coverage Status

Building

The basic steps for configuring and building the library look like this:

$ git clone https://github.com/shorttermmem/leetcode-solutions.git
$ mkdir build && cd build
$ cmake  -G <generator> [options] ..

By default, this project is managed by hunter package manager. The configuration process of CMake will automatically download, build and install project dependencies: glog, gflags, gtest, gmock and benchmark.

Happy Hacking!