Skip to content

Instantly share code, notes, and snippets.

View adist98's full-sized avatar

Aditya Soni adist98

  • Bangalore, India
View GitHub Profile

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

// general implementation of matrix exponentiation .. ..
// implementation code by adist98
#include<bits/stdc++.h>
using namespace std;
int main()
{
unsigned long long int w;
cin >> w;