package
0.0.0-20240903144247-45fe57a48996
Repository: https://github.com/jumde/programming.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Constants

CacheSize defines the size of the LRU cache.

# Structs

No description provided by the author
Entry
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

# Type aliases

No description provided by the author
No description provided by the author