/made_2019_cpp

Homework for "Advanced C++" course in Big Data Academy MADE.

Primary LanguageC++

MADE 2019-2020: Advanced C++

Homework for "Advanced C++" course in Big Data Academy MADE.

Lectures:

https://github.com/mtrempoltsev/made_2019

Requirements:

  1. Your github should have a made_2019_cpp repository
  2. Inside the repository there should be two-digit directories, like: 01, 02, etc. - homework numbers
  3. Inside each directory there can be any files that implement the task. Only the Makefile is required
  4. Makefile must contain "test" and "run" targets. "run" runs the homework binary, "test" runs tests for your solution
  5. Your code must be assembled with a C ++ compiler that supports the 14th standard
  6. There should be no external dependencies

Tasks: