working link here https://www.onlinegdb.com/edit/r1rq9WeF8 /****************************************************************************** Online C++ Compiler. Code, Compile, Run and Debug C++ program online. Write your code in this editor and press "Run" button to compile and execute it. *******************************************************************************/ #include <iostream> #include<vector> #include<map> #include<algorithm> using namespace std; template<typename T> bool sort_map(T a,T b) { return a.second<b.second; } int main() { map<string,int> newMap; vector<string> names={"manish","sachin","deepak"}; vector<int> sal={8900000,7100,1232210}; vector <pair<string,int...
all about coding especially in javascript, daily used algorithms, react, angular and other gaming stuffs like webgl, pixijs, three.js and cocos2dx running code sample especially in javascript and c++.