Browse thread
Knuth-Morris-Pratt
- Jean-Christophe Filliatre
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Jean-Christophe Filliatre <Jean-Christophe.Filliatre@l...> |
| Subject: | Knuth-Morris-Pratt |
As a byproduct of the last ICFP programming contest, I'm releasing an implementation of Knuth-Morris-Pratt string searching algorithm that I wrote years ago. You can find it here, in my ocaml bazar: http://www.lri.fr/~filliatr/software.en.html Just in case it may be useful, as it finally happened to be for myself. -- Jean-Christophe, a Caml Rider