File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 128
128
- 📁 ** buffers**
129
129
- 📄 [ CircularBuffer] ( src/main/java/com/thealgorithms/datastructures/buffers/CircularBuffer.java )
130
130
- 📁 ** caches**
131
+ - 📄 [ FIFOCache] ( src/main/java/com/thealgorithms/datastructures/caches/FIFOCache.java )
131
132
- 📄 [ LFUCache] ( src/main/java/com/thealgorithms/datastructures/caches/LFUCache.java )
132
133
- 📄 [ LRUCache] ( src/main/java/com/thealgorithms/datastructures/caches/LRUCache.java )
133
134
- 📄 [ MRUCache] ( src/main/java/com/thealgorithms/datastructures/caches/MRUCache.java )
872
873
- 📁 ** buffers**
873
874
- 📄 [ CircularBufferTest] ( src/test/java/com/thealgorithms/datastructures/buffers/CircularBufferTest.java )
874
875
- 📁 ** caches**
876
+ - 📄 [ FIFOCacheTest] ( src/test/java/com/thealgorithms/datastructures/caches/FIFOCacheTest.java )
875
877
- 📄 [ LFUCacheTest] ( src/test/java/com/thealgorithms/datastructures/caches/LFUCacheTest.java )
876
878
- 📄 [ LRUCacheTest] ( src/test/java/com/thealgorithms/datastructures/caches/LRUCacheTest.java )
877
879
- 📄 [ MRUCacheTest] ( src/test/java/com/thealgorithms/datastructures/caches/MRUCacheTest.java )
You can’t perform that action at this time.
0 commit comments