This website requires JavaScript.
Explore
Help
Register
Sign In
algorithm
/
Java
Watch
1
Star
0
Fork
0
You've already forked Java
mirror of
https://github.com/TheAlgorithms/Java.git
synced
2025-12-19 07:00:35 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8512f127ce2c1a32a7909dcca1f475ccaf73e49e
Java
/
src
/
test
/
java
/
com
/
thealgorithms
/
datastructures
/
caches
History
KevinMwita7
c782f05ed4
Add cache with FIFO replacement policy (
#6337
)
2025-07-05 13:29:46 +00:00
..
FIFOCacheTest.java
Add cache with FIFO replacement policy (
#6337
)
2025-07-05 13:29:46 +00:00
LFUCacheTest.java
Enhance docs, add more tests in
LFUCache
(
#5949
)
2024-10-23 18:21:03 +00:00
LRUCacheTest.java
Enhance docs, add more tests in
LRUCache
(
#5950
)
2024-10-23 18:16:19 +00:00
MRUCacheTest.java
Enhance docs, add more tests in
MRUCache
(
#5951
)
2024-10-23 13:35:26 +03:00
RRCacheTest.java
Add RR cache (
#6307
)
2025-06-30 18:45:37 +00:00