Preserved Topic: Another algorithm puzzle (Page 1 of 1) |
|
---|---|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-11-2001 18:53
Just last night I worked very hard at this, and although it took an hour or so, I was very proud of myself, I got this algorithm to work on the *first* run-through, except for some syntax errors. So it made me happy. But now I challenge you all with it. |
Paranoid (IV) Inmate From: other places |
posted 06-12-2001 18:41 |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-13-2001 00:56
Heh, few replies, I see. Oh, well. I got this to sound interesting, by the way. Sort of weird though. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 06-13-2001 02:13
We're all contemplating |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 06-13-2001 14:55
The poster has demanded we remove all his contributions, less he takes legal action. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-13-2001 16:34
My friend once used a 4D plasma fractal to create a very realistic 3D fire effect. It was cool. |
Paranoid (IV) Inmate From: other places |
posted 06-13-2001 17:42 |
Paranoid (IV) Inmate From: Madison, Indiana, USA |
posted 06-13-2001 21:36
This is probably not the best algorithm for doing this. It gets really s l o o o w as the dimension get big, but, I like playing with recursive algorithms. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-13-2001 22:20
woah! that's long. I'll have to try running it later, but i gg now... |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 06-15-2001 12:57
The poster has demanded we remove all his contributions, less he takes legal action. |
Nervous Wreck (II) Inmate From: TX, USA |
posted 06-21-2001 17:47
Holy cow! And I thought I was good at reading obfuscated perl. j/k code: $area[$x2][$y2] = (
code: $area[$x2][$y2] = ( $factor * ( |