Skip to content

Instantly share code, notes, and snippets.

View rajan-31's full-sized avatar
🎯
Exploring

Rajan Khade rajan-31

🎯
Exploring
View GitHub Profile
@kodekracker
kodekracker / c++Template.cpp
Last active December 7, 2024 13:53
Basic C++ Template for Competitive Programming
/*
* Note: This template uses some c++11 functions , so you have to compile it with c++11 flag.
* Example:- $ g++ -std=c++11 c++Template.cpp
*
* Author : Akshay Pratap Singh
* Handle: code_crack_01
*
*/
/******** All Required Header Files ********/