/Red-Team-Code

This repo will store code for the problems we've solved.

Primary LanguageC++MIT LicenseMIT

Red-Team-Code

This repo will store code for the problems we've solved.

Problems are sorted based on what site they were found and submitted on.

File/Folders will be named based on the identifier that site uses for the problem.

Solution descriptions may be found inline in the form of comments and/or in separate files description files.

All .cpp files were compiled with

g++ [file] -o [output] --std=c++11 -Wall -g