Skip to content

Commit 87cae58

Browse files
committed
Added credits
1 parent 2cbed84 commit 87cae58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LRU Cache/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ private var priority: LinkedList<KeyType> = LinkedList<KeyType>()
4343
private var key2node: [KeyType: LinkedList<KeyType>.LinkedListNode<KeyType>] = [:]
4444
```
4545

46-
46+
*Written for the Swift Algorithm Club by Kai Chen, with additions by Kelvin Lau*
4747

4848

4949
[1]: https://en.wikipedia.org/wiki/Cache_replacement_policies#LRU

0 commit comments

Comments
 (0)