Skip to content

Commit 9406eb9

Browse files
committed
Added Wikipedia link
1 parent 884fa29 commit 9406eb9

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/com/thealgorithms/datastructures/caches

1 file changed

+1
-0
lines changed

src/main/java/com/thealgorithms/datastructures/caches/RRCache.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
* @param <K> the type of keys maintained by this cache
3232
* @param <V> the type of mapped values
3333
*
34+
* See <a href="https://en.wikipedia.org/wiki/Cache_replacement_policies#Random_replacement_(RR)">Random Replacement</a>
3435
* @author Kevin Babu (<a href="https://www.github.com/KevinMwita7">GitHub</a>)
3536
*/
3637
public final class RRCache<K, V> {

0 commit comments

Comments
 (0)