Skip to content

Code for the FJS String Matching Algorithm

Latest
Compare
Choose a tag to compare
@CGJennings CGJennings released this 20 Jun 00:04

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.

Change log

There are no substantive changes or bug fixes. This release merely updates some stale links in comments and normalizes some formatting.