Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
LRU - template
#include<bits/stdc++.h> using namespace std; // ===================================================================== void LRUCache(int cap) { } //Function to return value corresponding to the key. int GET(int key) { } //Function for storing key-value pair. void SET(int key, int value){ }
run
|
edit
|
history
|
help
0
area of a circle using pointer
Test 7(2020)
Biggest even palindrom
Python Like C++ Overload Function Template
google
LP(Multi)
string probe
Matrix Multiplication Using Threads
Havel Hakimi UVA-12786 Friendship Networks
Program