John Machin wrote:
> Bruno Desthuilliers wrote:
>> Gabriel Genellina wrote:
>>> At Wednesday 8/11/2006 22:29, zeal elite wrote:
>>>
I am looking for substring search python program without using the
built in funtions like find, or 'in'.
>>> The only reasonable usage for such a constraint
My lecture Mustafa Başer give me the same homework.But u have to
check similar algorithm at c then you can manipulate the same functions
for python.Cause other languages (except C#, java etc.) does not have a
strong library as python.Or alternatively you can check the source
codes too see beh
"Steven D'Aprano" <[EMAIL PROTECTED]> wrote:
8<--
> Given a source list, find the offset of a target sub-list within the
> source list, in other words, find for lists.
>
> i.e. search(source, target) returns n if source[n:n+len(target)] == target
> for any sequence type.
>
Steven D'Aprano wrote:
> On Thu, 09 Nov 2006 03:31:02 -0800, John Machin wrote:
>
> >
> > Bruno Desthuilliers wrote:
> >> Gabriel Genellina wrote:
> >> > At Wednesday 8/11/2006 22:29, zeal elite wrote:
> >> >
> >> >> I am looking for substring search python program without using the
> >> >> built
On Thu, 09 Nov 2006 03:31:02 -0800, John Machin wrote:
>
> Bruno Desthuilliers wrote:
>> Gabriel Genellina wrote:
>> > At Wednesday 8/11/2006 22:29, zeal elite wrote:
>> >
>> >> I am looking for substring search python program without using the
>> >> built in funtions like find, or 'in'.
>> >
>>
do your homework and use regexes! but the find() and in() function
works great for normal strings...why don't you want to use them?
zeal elite a écrit :
> Hi,
>
> I am looking for substring search python program without using the built in
> funtions like find, or 'in'.
>
> Appreciate it. Thanks i
Bruno Desthuilliers wrote:
> Gabriel Genellina wrote:
> > At Wednesday 8/11/2006 22:29, zeal elite wrote:
> >
> >> I am looking for substring search python program without using the
> >> built in funtions like find, or 'in'.
> >
> > The only reasonable usage for such a constraint would be a school
Gabriel Genellina wrote:
> At Wednesday 8/11/2006 22:29, zeal elite wrote:
>
>> I am looking for substring search python program without using the
>> built in funtions like find, or 'in'.
>
> The only reasonable usage for such a constraint would be a school
> assignment so: don't cheat and do you
At Wednesday 8/11/2006 22:29, zeal elite wrote:
I am looking for substring search python program without using the
built in funtions like find, or 'in'.
The only reasonable usage for such a constraint would be a school
assignment so: don't cheat and do your homework!
--
Gabriel Genellina
S
Hi,
I am looking for substring search python program without using the built in
funtions like find, or 'in'.
Appreciate it. Thanks in advance.
zeal
_
Find a local pizza place, music store, museum and more
then map the best
route
10 matches
Mail list logo