Ri0ee / quicksubstring

A library that implements suffix array method to quickly search for substrings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quicksubstring

A library that implements suffix array method to quickly search for substrings

Algorithm works better when multiple substrings are matched in a single string. If you are doing the opposite - search for something different.

About

A library that implements suffix array method to quickly search for substrings


Languages

Language:C++ 100.0%