//
pkg.gl
Category
github.com/sandeepgoutele/golang-coding
lru_cache
approach1
package
0.0.0-20241007094844-7a831d57a599
Repository:
https://github.com/sandeepgoutele/golang-coding.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
140 SLOC
#
Functions
NewLRUCache
NewLRUCache initializes an LRUCache.
#
Structs
DLL
DLL represents a node in the doubly linked list.
LRUCache
LRUCache represents the LRU cache structure.