Skip to content

Commit 15d26bf

Browse files
committed
单链表实现LRU缓存
1 parent 70b58a0 commit 15d26bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/com/algorithm/study/demo/LRUCache/LRULinked.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,5 @@ public static void main(String[] args) {
9090
System.out.println(linked.toString());
9191
System.out.println(linked.toString());
9292
System.out.println(linked.size);
93-
94-
95-
9693
}
9794
}

0 commit comments

Comments
 (0)