package
0.0.0-20240816162523-c1683cc9cfe6
Repository: https://github.com/gyuho/learn.git
Documentation: pkg.go.dev

# Functions

New creates a new B-Tree with the given degree.

# Structs

BTree is an implementation of a B-Tree.

# Interfaces

Item represents a single object in the tree.

# Type aliases

Int implements the Item interface for integers.