Categorygithub.com/golang-common-packages/linear
repositorypackage
0.0.0-20250331061141-624bbf5eb3d8
Repository: https://github.com/golang-common-packages/linear.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Linear

godoc Go Report Card

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

How to use this package?

Contributing

Pull requests are welcome. Please ensure tests pass and follow the project style.

License

MIT