Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meooow25/suffix

Suffix arrays and friends
https://github.com/meooow25/suffix

haskell suffix-array

Last synced: 25 days ago
JSON representation

Suffix arrays and friends

Awesome Lists containing this project

README

        

# suffix

[![Hackage](https://img.shields.io/hackage/v/suffix?logo=haskell&color=blue)](https://hackage.haskell.org/package/suffix)
[![haskell-ci](https://github.com/meooow25/suffix/actions/workflows/haskell-ci.yml/badge.svg)](https://github.com/meooow25/suffix/actions/workflows/haskell-ci.yml)

Suffix arrays and friends

## Library

This library implements suffix array construction and some related
functionalities such as string search.

## Documentation

Please find the documentation on Hackage:
[suffix](https://hackage.haskell.org/package/suffix)

## Contributing

Questions, bug reports, documentation improvements, code contributions welcome!
Suggestions for more suffix structures or algorithms to be included are also
welcome. Please [open an issue](https://github.com/meooow25/suffix/issues) as
the first step.