mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
suggestions applied
This commit is contained in:
parent
99ca5294d0
commit
e3ba29eb0a
@ -57,10 +57,9 @@
|
|||||||
namespace others {
|
namespace others {
|
||||||
/**
|
/**
|
||||||
* @namespace lru_cache
|
* @namespace lru_cache
|
||||||
* @brief Implementation of LRU caching algorithm
|
* @brief Implementation of the [LRU caching algorithm](https://en.wikipedia.org/wiki/Cache_replacement_policies#Least_recently_used_(LRU))
|
||||||
*/
|
*/
|
||||||
namespace lru_cache {
|
namespace lru_cache {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief LRU cache class
|
* @brief LRU cache class
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user