Skip to content

rossanag/competitive_programming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 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

About

competitive programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.2%
  • Python 6.8%