First adaptation pass
This commit is contained in:
+2
@@ -1,3 +1,5 @@
|
||||
'use strict'
|
||||
|
||||
class LRUCache {
|
||||
constructor () {
|
||||
this.max = 1000
|
||||
|
||||
Reference in New Issue
Block a user