Update others/lru_cache.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Nitin Sharma
2021-08-12 23:49:34 +05:30
committed by GitHub
parent 1fdc61b1b2
commit 04b2cd7114

View File

@@ -50,6 +50,11 @@
#include <list> /// for std::list
#include <unordered_map> /// for std::unordered_map
/**
* @namespace others
* @brief Other algorithms
*/
namespace others {
/**
* @namespace lru_cache
* @brief Implementation of LRU caching algorithm