# Packages
No description provided by the author
# README
Linear
A Go package providing linear data structures and algorithms implementations.
Features
- Implementations of common linear data structures
- Optimized for performance
- Well-tested with comprehensive benchmarks
Installation
go get github.com/golang-common-packages/linear
Usage
Import the package in your Go code:
import "github.com/golang-common-packages/linear"
Documentation
Full API documentation is available on pkg.go.dev.
Examples
See full_example.go for a complete usage example.
Unit test
go test -v
Benchmark
go test -bench=. -benchmem -benchtime=30s
Note
Contributing
Pull requests are welcome. Please ensure tests pass and follow the project style.
License
MIT