Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/meooow25/suffix
- Owner: meooow25
- License: bsd-3-clause
- Created: 2024-08-02T23:36:24.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-04T11:58:09.000Z (3 months ago)
- Last Synced: 2024-09-30T09:02:54.221Z (about 1 month ago)
- Topics: haskell, suffix-array
- Language: Haskell
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.