Skip to content

Smeltier/competitive-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains my solutions to algorithmic problems from various online judges. All solutions are implemented in C++. The solutions are organized into directories corresponding to each platform.

g++ -Wall -O2 file_name.cpp && time ./a.out (.exe) < in