bwt

package module
v0.0.0-...-06c40b7 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2023 License: MIT Imports: 2 Imported by: 0

README

bwt-go

Implementation of the Burrows-Wheeler Transform in Go.

Documentation

Overview

Package bwt implements variants of the Burrows-Wheeler transform.

Index

Constants

This section is empty.

Variables

View Source
var EOFChar = "$"

EOFChar is used by the BWT and InverseBWT functions to mark the end of the input string. It must be unique within the string.

Functions

func BWT

func BWT(input string) string

BWT returns the result of the Burrows-Wheeler Transform on the input string, using the EOFChar as a marker.

func InverseBWT

func InverseBWT(input string) string

InverseBWT returns the inverse of the Burrows-Wheeler Transform on the input string, using the EOFChar as a marker.

Types

This section is empty.

Jump to

Keyboard shortcuts

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