Browse thread
Knuth-Morris-Pratt
[
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: | Markus E.L. <ls-ocaml-developer-2006@m...> |
| Subject: | Re: [Caml-list] 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. Nice + Thanks. BTW: Many sources at your site aren't carrying any license/copyright notice (kmp at least doesn't). If I understand european copyright law right that means it defaults to look only, don't use, don't distribute. Was that really your intention?