Browse thread
Re: Lettre de Caml #4
- elamrani@l...
[
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: | elamrani@l... |
| Subject: | Re: Lettre de Caml #4 |
Hello everybody,
I would like to correct the formula page 3 in the "Lettre de Caml" #4 :
we read :
for each k in {0,..,m-1} t_{i+k} = s_{i}
the right formula is :
for each k in {0,..,m-1} t_{k} = s_{i+k}
t is the motif: i+m<n.
string_length s returns n
and string-length t returns m.
-- Younes El Amrani.