| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains some Hackerrank solutions in C++.
cd hackerrank-cpp
mkdir build
cd build
cmake ..
makeFirst build and then:
make testGo to project root folder and run setup-new-problem script:
cd hackerrank-cpp
sh scripts/setup-new-problem -n algorithms::implementation::diagonal_differenceThis will create the following directory structure:
hackerrank-cpp |-- src | | | +-- algorithms | | | +-- implementation | | | +-- diagonal_difference | |-- diagonal_difference.cpp | |-- diagonal_difference.h | |-- diagonal_difference_test.cpp | +-- CMakeLists.txt
| Back | FazBrowse Home | New Git URL |