Re: VISUALLIZE IT AS IF BURNING THROUGH, SLOWLY [message #34570] |
Wed, 02 April 2003 08:25  |
Pavel Romashkin
Messages: 166 Registered: April 1999
|
Senior Member |
|
|
I am sorry, I am not following the jargon.
But I have noticed your caps lock key is stuck.
Cheers,
Pavel
MC wrote:
>
> a=[[3,3,1,1,5],[2,1,1,4,5],[3,5,1,1,2]]
>
> The burn can only go where there are 1's. Allowed to proceed to the next
> cell as long as any of its 8 neighbours are connected by 1's.
>
> Start the burn at [3,2].
>
> The front is allowed to go up and to the side, but not down.
>
> How can I simulate the movement of the front?
>
> Thanks,
> MC
|
|
|
|
Re: CAPS -yes [message #34717 is a reply to message #34570] |
Wed, 02 April 2003 20:30  |
MC
Messages: 50 Registered: September 1996
|
Member |
|
|
Just a convention, I guess.
I have just noticed, only one other person had used caps on the subject line
as I have (above).
MC
"Pavel Romashkin" <pavel_romashkin@hotmail.com> wrote in message
news:3E8B0F03.55E6BF0D@hotmail.com...
> I am sorry, I am not following the jargon.
> But I have noticed your caps lock key is stuck.
> Cheers,
> Pavel
>
> MC wrote:
>>
>> a=[[3,3,1,1,5],[2,1,1,4,5],[3,5,1,1,2]]
>>
>> The burn can only go where there are 1's. Allowed to proceed to the next
>> cell as long as any of its 8 neighbours are connected by 1's.
>>
>> Start the burn at [3,2].
>>
>> The front is allowed to go up and to the side, but not down.
>>
>> How can I simulate the movement of the front?
>>
>> Thanks,
>> MC
|
|
|