Skip to content

Instantly share code, notes, and snippets.

View raiyan22's full-sized avatar
🎯
Focusing

Raiyanul Islam raiyan22

🎯
Focusing
View GitHub Profile
@satwikkansal
satwikkansal / cheatsheet.cpp
Last active August 18, 2025 21:38
C++ STL cheatsheet for competitive progrmming
/*
This a header file that includes every standard library.
You can use it to save time.
NOTE: This header file may not be recognized by compilers
other than gcc.
*/
#include <bits/stdc++.h>
/*
//Use this if the above header file doesn't work.
h scroll left
j scroll down
k scroll up
l scroll right
gg scroll to top of the page
G scroll to bottom of the page
f activate link hints mode to open in current tab
F activate link hints mode to open in new tab
r reload