# 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.