In this article, we will discuss about the 10 most used inbuilt functions of C++ which will help you to save time and make code… Read More
Tag Archives: CPP-Competitive-Programming
C++ is the most preferred language for competitive programming. In this article, some features of C++ are discussed that make it best for competitive programming.… Read More
GCC compiler installation We need to install GCC compilers for Windows. Linux has already GCC installed. Steps for installation 1.Download and Install the MinGW for… Read More
This article focuses on how to implement your solutions and implement them fast while doing competitive programming. Setup Please refer Setting up a C++ Competitive… Read More
In this article, we will learn about how to setup all in one Competitive Programming Environment Operating System It is always recommended to use a… Read More
C++ is one of the most recommended languages in competitive programming (please refer our previous article for the reason) C++ STL contains lots of containers… Read More
Here are some of the basic C++ tricks that every beginner in Competitive Programming should follow for increased speed. However, competitive programming can only be… Read More
We have discussed some tricks in the below post. In this post, some more tricks are discussed. Writing C/C++ code efficiently in Competitive programming Although,… Read More
First of all you need to know about Template, Macros and Vectors before moving on the next phase! Templates are the foundation of generic programming,… Read More
In competitive programming, it is important to read input as fast as possible so we save valuable time. You must have seen various problem statements… Read More