lrvideckis / Red-Team-Code

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C++ 94.6%Language:Lua 3.3%Language:TeX 1.4%Language:Python 0.4%Language:Makefile 0.2%Language:C 0.0%