shardul1999 / vartalap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vartalap - A Chat List.

The idea of this project is based on the implementation of LRU cache. LRU cache can be implemented by the combination of two data structures, HashMap and Linked-List. The difference between this chatlist and LRU cache is that there is no size limit constraint to the cache in this project. Here chat list is being referred to as cache.

About


Languages

Language:JavaScript 42.1%Language:HTML 30.8%Language:CSS 27.1%