Here we will have solutions for the problem sets on the following site:
https://algo.is/t-414-aflv-competitive-programming-course-2016/
-
When you solve a problem please have the program read in from file with the sample input provided.
-
When you solve a problem please update the README.md as shown for the first problem.
- A Different Problem [C++][different.cpp] [different.cpp]: https://github.com/wgma00/TAFLV_2016_SOLUTIONS/blob/master/warmup/different.cpp
- Bus Numbers [C++][busnumbers.cpp] [busnumbers.cpp]: https://github.com/wgma00/TAFLV_2016_SOLUTIONS/blob/master/warmup/busnumbers.cpp
- Cold-puter Science [C++][cold.cpp] [cold.cpp]: https://github.com/wgma00/TAFLV_2016_SOLUTIONS/blob/master/warmup/cold.cpp
- Hello World! [C++][hello.cpp] [hello.cpp]: https://github.com/wgma00/TAFLV_2016_SOLUTIONS/blob/master/warmup/hello.cpp
- Mandelbrot [C++][mandelbrot.cpp] [mandelbrot.cpp]: https://github.com/wgma00/TAFLV_2016_SOLUTIONS/blob/master/warmup/mandelbrot.cpp
- Server [C++][server.cpp] [server.cpp]: https://github.com/wgma00/TAFLV_2016_SOLUTIONS/blob/master/warmup/server.cpp
- Natrij [C++][natrij.cpp] [natrij.cpp]: https://github.com/wgma00/TAFLV_2016_SOLUTIONS/blob/master/warmup/natrij.cpp
- Path Tracing [C++][pathtracing.cpp] [pathtracing.cpp]: https://github.com/wgma00/TAFLV_2016_SOLUTIONS/blob/master/warmup/pathtracing.cpp
This is distributed under the terms of the MIT LICENSE