https://github.com/stefanvanburen/bwt-go
Implementation of the Burrows-Wheeler Transform in Go
https://github.com/stefanvanburen/bwt-go
burrows-wheeler-transform go
Last synced: 2 months ago
JSON representation
Implementation of the Burrows-Wheeler Transform in Go
- Host: GitHub
- URL: https://github.com/stefanvanburen/bwt-go
- Owner: stefanvanburen
- License: mit
- Created: 2016-11-10T19:02:02.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T19:08:29.000Z (over 1 year ago)
- Last Synced: 2025-01-23T00:43:09.344Z (4 months ago)
- Topics: burrows-wheeler-transform, go
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bwt-go
Implementation of the [Burrows-Wheeler Transform](https://en.wikipedia.org/wiki/Burrows–Wheeler_transform) in Go.