Abstract: Substring search is a basic operation in all text processing applications. Among many algorithms for this purpose, there are three that are very common, namely Knuth-Morris-Pratt, ...
Abstract: Finding query patterns in a graph is fundamental for graph data analytics. Existing works mostly focus on either finding a single query pattern or finding patterns in a static graph. However ...