Skip to content

Practical Space-Efficient Index for Structural Pattern Matching

License

Notifications You must be signed in to change notification settings

sunghwank/spmindex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practical Space-Efficient Index for Structural Pattern Matching

Description

A C++ implementation of a compact data structure for structural pattern matching described in the following paper:

Sung-Hwan Kim and Hwan-Gue Cho, "Practical Space-Efficient Index for Structural Pattern Matching," in Proceedings of the 33rd International Workshop on Combinatorial Algrorithms (IWOCA), pp.369-382, 2022.

Compile and run

Prerequisite: sdsl-lite (https://github.com/simongog/sdsl-lite)


$ make
$ ./suffix-array 10000 16 > example.suf  # generate a random s-string along with its even and odd suffix arrays.
$ ./count-test                           # pattern matching test module.  

If failed to compile, you may have to specify SDSL_INCLUDE and SDSL_LIB in Makefile.

About

Practical Space-Efficient Index for Structural Pattern Matching

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published