Skip to content

A general code template for programming contests with implementations of most used functions such as gcd, etc.

Notifications You must be signed in to change notification settings

jishanshaikh4/cpp14-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

💥 cpp14-template

A general template for programming contests with implementations of most used functions such as gcd, lcm, etc.

Why use template?

  • For faster execution of code (Faster versions of std::cin and std::cout)
  • Less time waste on easier portion of problem; easier focus on hard problems and logics of bigger problem.
  • It's nice to be organized.

About

A general code template for programming contests with implementations of most used functions such as gcd, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages