Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.38 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.38 KB

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