shorttermmem / leetcode-solutions

Bench everything in cpp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Bench everything in cpp.

License:MIT License


Languages

Language:CMake 43.9%Language:C++ 41.4%Language:C 13.1%Language:Shell 1.0%Language:Dockerfile 0.4%