brentluna / LRUCache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LRU Cache

This is an exploration into data structures with ruby. This is utilzing self made hash sets, linked lists, hash maps to create an Least Recently Used Cache.

About


Languages

Language:Ruby 100.0%