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

# 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

# Packages

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

# Functions

No description provided by the author
Less implementation for constraints.Ordered.
No description provided by the author
LessFuncOrdered selects the appropriate comparison function to check if the elements are ordered.
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
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
No description provided by the author
No description provided by the author

# Constants

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

# Interfaces

CmpOrdered represents any type T with `Cmp(T) int` method.
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