Skip to content

Releases: CGJennings/fjs-string-matching

Code for the FJS String Matching Algorithm

20 Jun 00:04
Compare
Choose a tag to compare

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.

Code for the FJS String Matching Algorithm

06 Jul 21:11
Compare
Choose a tag to compare

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.