/hackerExcercises

A collection of hacerrank excercises

Primary LanguageC++MIT LicenseMIT

HackerRank Excercises

A collection of some https://www.hackerrank.com/ challenges

Requirements

  • C++ (std 14)
  • CMake 3.21

Getting Started

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 .

Author

👤 Victor Peralta

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.