Registry / utility / esaxx
libraryca7cb332011ec37vcpkgunverified

This library provides the implementation of enhanced suffix array.

vcpkg install esaxx
INSTALL
IMPORT
SIG · ESAXX
E
esaxx
utilitycppvca7cb332011ec37
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

esaxx/esaxx.h
#include <esaxx/esaxx.h>

Construct and print a suffix array for a string

#include <esaxx/esaxx.h> #include <iostream> int main() { std::string text = "banana"; auto sa = esa::construct_sa(text); for (auto i : sa) std::cout << i << ' '; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
ca7cb332011ec37latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

esaxx — pip install esaxx · libregistry