- C++11 compatible compiler: g++ (version >= 4.2), or clang++ (version >= 3.0)
- CMake (version >= 3.0.2)
mkdir -p build
cd build
cmake ..
make
All solutions have unit tests powered by Catch framework. To run the tests, execute tests/Test
.
Expected output:
===============================================================================
All tests passed (xxxx assertions in xxx test cases)
# | Title | Solution | Difficulty | Tag | Note |
---|---|---|---|---|---|
1 | Two Sum | src test | Easy | ||
548 | Split Array with Equal Sum | src test | Medium | 🔒 |