Skip to content

vsmolyakov/competitive_programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

competitive_programming

Selected Programming Challenges

Introduction

This repo is a growing collection of competitive programming problems aimed to sharpen your programming skills, prepare for programming contests and serve as a refresher for technical interviews.

References

Useful Links

Books

Compiling

To compile the C++ files, run the following command:

g++ <filename.cpp> --std=c++11 -Wall -o test 

Dependencies

C++11
Python3