suggestions applied

This commit is contained in:
foo290 2021-08-13 22:33:22 +05:30
parent 99ca5294d0
commit e3ba29eb0a
No known key found for this signature in database
GPG Key ID: 37349CBEF6299747

View File

@ -57,10 +57,9 @@
namespace others {
/**
* @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 {
/**
* @brief LRU cache class
*/