Skip to content

final-israel/cpp-no-loop-exercise

 
 

Repository files navigation

cpp-no-loop-exercise

A short C++ exercise meant to introduce some standard algorithms.

Building the docker

./build_exercise.sh

Running the exercise

After making sure you have access to the docker image (either by building it locally or deploying it to an available repository), use the ./stdex script as the main entrypoint.

Starting the exercise

./stdex start

A template named stage1.cpp will appear in the current directory, it contains instructions and a main() function for you to fill.

Verifying your solution

./stdex verify STAGE

You solution (in STAGE.cpp) will be compiled and checked using a few IO-based tests.

If the solution passes both compilation and the tests, the next stage will be automatically generated.

About

A short C++ exercise meant to introduce some standard algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 47.1%
  • Python 34.0%
  • Shell 10.4%
  • CMake 5.0%
  • Dockerfile 3.5%