Skip to content

Collection of Data Structures, Algorithms and Competitive Programming Questions

License

Notifications You must be signed in to change notification settings

NVombat/Competitive-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Competitive-Programming

Instructions:

To compile c++ code on terminal:

  1. cd foldernamecontainingtheprogram
  2. g++ -o nameofexecutable nameofactualfile.cpp
  3. ./nameofexecutable

To compile python code on terminal:

  1. cd foldernamecontainingtheprogram
  2. python3 nameoffile.py

About

Collection of Data Structures, Algorithms and Competitive Programming Questions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published