CodeFightCPP
My CodeFight profile : longle
This is my C++ codes for solving CodeFight tasks.
Arcade Mode
Practice your coding skills while unlocking the arcade map
In Arcade mode you can learn and improve skills with these following mode:
- Intro
- Databases
- The Core
- Python
- Graphs
Codes for each mode is in the subfolder with the same name in Arcade
Company Bots Mode
Challenge engineers from top tech companies
Codes for each bot is archived in folder Company Bots
Head to Head Mode
Go Head-to-Head against your friends and strangers
There are 3 tasks for every matchs:
- Task 1: Bugfix
- Task 2: Recovery
- Task 3: Codewriting
Every day I will try to fight up to 10 matchs in this mode, so all of my codes for these matches will be update in folder Head to Head
C++ Libraries and Features used
Using features from C++ 11, 14 and 17 standards.
The following libraries are included in Header.h :
#include <iostream>
#include <fstream>
#include <vector>
#include <cstdarg>
#include <string>
#include <cstdio>
#include <cctype>
#include <cmath>
#include <queue>
#include <map>
#include <set>
#include <algorithm>
#include <climits>
#include <sstream>
#include <numeric>
#include <iterator>
#include <iomanip>
#include <utility>
#include <stack>
#include <functional>
#include <deque>
#include <complex>
#include <bitset>
#include <list>
#include <array>
#include <regex>
#include <unordered_set>
#include <unordered_map>