package
0.0.0-20240903144247-45fe57a48996
Repository: https://github.com/jumde/programming.git
Documentation: pkg.go.dev
# Constants
CacheSize defines the size of the LRU cache.
# Structs
No description provided by the author
Entry defines each unit of the LRU cache.
No description provided by the author
LruCache struct consists of the map and a doubly linked list to track recent usage of the cache entries.
Node defines the basic unit of the binary tree.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author