We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06696f commit 86b235dCopy full SHA for 86b235d
README.md
@@ -29,7 +29,7 @@
29
30
## 进度
31
32
-已经完成 90 道。
+已经完成 91 道。
33
34
## 数组
35
@@ -121,6 +121,10 @@
121
122
- [200. 岛屿数量](https://github.com/Geekhyt/javascript-leetcode/issues/64)
123
124
+## LRU
125
+
126
+- [146. LRU 缓存机制](https://github.com/Geekhyt/javascript-leetcode/issues/86)
127
128
## 位运算
129
130
- [136. 只出现一次的数字](https://github.com/Geekhyt/javascript-leetcode/issues/83)
0 commit comments