Skip to content

Instantly share code, notes, and snippets.

View AKASH-ALAM's full-sized avatar
💭
I may be slow to respond.

AKASH ALAM AKASH-ALAM

💭
I may be slow to respond.
View GitHub Profile
@AKASH-ALAM
AKASH-ALAM / containers.cpp
Created November 23, 2022 12:42
Get the Containers
/**
* Author : Pnictogen
* Task :
* Algo :
**/
#include <bits/stdc++.h>
#define endl '\n'
#define sqr(x) (x) * (x)
#define gcd(x,y) __gcd(x,y)
@AKASH-ALAM
AKASH-ALAM / 10341.cpp
Last active November 16, 2022 19:21
UVA 10341- Solve It
/**
* Author : Pnictogen
* Task :
* Algo :
**/
#include <bits/stdc++.h>
#define endl '\n'
#define sqr(x) (x) * (x)
#define gcd(x,y) __gcd(x,y)
@AKASH-ALAM
AKASH-ALAM / Array Negations.cpp
Created November 16, 2022 16:35
I. Array Negations
/**
* Author : Pnictogen
* Task :
* Algo :
**/
#include <bits/stdc++.h>
#define endl '\n'
#define sqr(x) (x) * (x)
#define gcd(x,y) __gcd(x,y)
@AKASH-ALAM
AKASH-ALAM / TRIGALGE.cpp
Last active November 16, 2022 16:02
TRIGALGE - Easy Calculation
/**
* Author : Pnictogen
* Task :
* Algo :
**/
#include <bits/stdc++.h>
#define endl '\n'
#define sqr(x) (x) * (x)
#define gcd(x,y) __gcd(x,y)