algo

module
v0.0.0-...-e2c53ed Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2024 License: Apache-2.0

README

algo

Package algo provides implementations of common algorithms.

  • algo/codec: decode byte slices into slices of other basic types.
  • algo/container/circular: circular data structures and containers.
  • algo/container/heap: heap-based containers.
  • algo/lcs: implementations of longest common subsequence algorithms.
  • algo/lcs/textdiff: line-oriented diff implementation.

Directories

Path Synopsis
Package codec provides support for interpreting byte slices as slices of other basic types such as runes, int64's or strings.
Package codec provides support for interpreting byte slices as slices of other basic types such as runes, int64's or strings.
container
circular
Package circular provides 'circular' data structures,
Package circular provides 'circular' data structures,
lcs
Package lcs provides implementations of algorithms to find the longest common subsequence/shortest edit script (LCS/SES) between two slices suitable for use with unicode/utf8 and other alphabets.
Package lcs provides implementations of algorithms to find the longest common subsequence/shortest edit script (LCS/SES) between two slices suitable for use with unicode/utf8 and other alphabets.
textdiff
Package textdiff providers support for diff'ing text.
Package textdiff providers support for diff'ing text.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL