https://github.com/meooow25/suffix
Suffix arrays and friends
https://github.com/meooow25/suffix
haskell suffix-array
Last synced: 3 months 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 (11 months ago)
- Default Branch: master
- Last Pushed: 2024-08-04T11:58:09.000Z (11 months ago)
- Last Synced: 2025-03-21T01:47:00.500Z (3 months ago)
- Topics: haskell, suffix-array
- Language: Haskell
- Homepage:
- Size: 22.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# suffix
[](https://hackage.haskell.org/package/suffix)
[](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.