Registry / utility / sais
library2.4.1vcpkgunverified

An implementation of the induced sorting algorithm

vcpkg install sais
INSTALL
IMPORT
SIG · SAIS
S
sais
utilitycppv2.4.1
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.

sais.h
#include <sais.h>

Compute suffix array using SA-IS

#include "sais.h" int main() { unsigned char T[] = "banana"; int SA[6]; sais(T, SA, 6); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

sais — pip install sais · libregistry