5 Commits (master)

Author SHA1 Message Date
Narendra Choudhary Legha 1f939ec351 Resolve #195: Fix broken GitHub URLs (#199) 6 years ago
Kevin Vandenborne 136c0b9e17 Fix typo in LRU cache solution (#182) 6 years ago
Anton Hulikau e50e2007f6 Fix dict KeyError (#152) 6 years ago
Ian Park 17e5fb7d32 Add prev to Node class (#82)
For managing an LRU cache, we need to use a doubly linked list for move_to_front() operation.
7 years ago
Donne Martin ae9832c6b7 Add LRU Cache solution 7 years ago