zhjwpku / leetcode

my leetcode solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

leetcode solutions project framework

Vagrant

You should installed virtualbox and vagrant on your host machine.

## The following command should run on your host machine.
git clone https://github.com/zhjwpku/leetcode.git
cd leetcode
git submodule update --init --recursive
vagrant up
vagrant ssh

HOW TO RUN

## The following command should run in the VM after the vagrant ssh
cd leetcode && mkdir -p build && cd build
cmake .. && make
ctest

About

my leetcode solutions


Languages

Language:C++ 96.6%Language:C 2.8%Language:CMake 0.6%