add credits

pull/3170/head
Divyansh Singh 3 years ago
parent 55da14717d
commit 246217b852

@ -1,3 +1,5 @@
// adapted from https://stackoverflow.com/a/46432113/11613622
export class LRUCache<K, V> {
private max: number
private cache: Map<K, V>

Loading…
Cancel
Save