Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
Loading...
Searching...
No Matches
others::Cache Namespace Reference

Cache algorithm. More...

Classes

class  D_Node
 Node for a doubly linked list with data, prev and next pointers. More...
 
class  LFUCache
 LFUCache. More...
 

Typedefs

template<typename K , typename V >
using CacheNode = D_Node<std::pair<K, V>>
 

Detailed Description

Cache algorithm.