A collection of some https://www.hackerrank.com/ challenges
- C++ (std 14)
- CMake 3.21
To get a local copy follow these simple example steps.
1.- Open the terminal window and clone the repository using this command:
git clone git@github.com:VicPeralta/hackerExcercises.git
2.- Change the directory to the hackerExcercises directory
cd hackerExcercises
3.- Create the build directory and run cmake to create the projects:
mkdir build
cd build
cmake build ..
4.- Generate the executables:
cmake --build .
👤 Victor Peralta
- GitHub: @VicPeralta
- Twitter: @VicPeralta
- Linkedin: @VicPeralta
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Most of the examples come from https://www.hackerrank.com/
This project is MIT licensed.