stl tutorial: vector,list,deque,set,multiset,map,multimap,stack,queue, priority queue :
Subscribe to:
Post Comments (Atom)
Speedup Android Studio
Go to Help ->Edit Custom VM Options, and chnge this 4 setting. After that close your Android Studio. This settings are for 8gb of ram pc...
-
#include<bits/stdc++.h> using namespace std; int main() { char name[999], namex[999],name2[999]; int x=50,y=0; get...
-
shortcut for gcd / built in function in c++ for gcd : int a,b,c; cin>>a>>b; c= __gcd(a,b); // here c is the gcd of a,b. ...
-
1.Structure 2.Function Overload 3.Kin Cout 4.Templet 5.vector 6.String 7.Stack 8.Queue 9.Priority Queue 10.Etarator 11.Sort 12.S...
No comments:
Post a Comment