package
0.0.0-20241010172303-f8eb2a1eb0b3
Repository: https://github.com/soyart/gsl.git
Documentation: pkg.go.dev

# Packages

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

# README

Package data

This package provides basic utilities for working with data, e.g. sorting and other wrapper interfaces.

It also provides sub-packages for working with data structures, which integrate well with data itself.

  • list - for basic containers like stacks, queues, and sets

  • graph - for graph types

  • tree- for trees, like BST and heap