Skip to content

Code for the FJS String Matching Algorithm

Compare
Choose a tag to compare
@CGJennings CGJennings released this 06 Jul 21:11

Example implementations, in C and Java, of the Franek-Jennings-Smyth string matching algorithm. This is the fastest known algorithm for finding all occurrences of a pattern string within a text string under a wide variety of conditions.