Talk:Sierpinski triangle: Difference between revisions

From Rosetta Code
Content added Content deleted
(Algorithm?)
 
(→‎Graphics lib: new section)
Line 1: Line 1:
I'm confused about the algorithm in the JavaScript version. Could we get more descriptive variable names for u and t or maybe a pseudocode algorithm that everyone can use? --[[User:Mwn3d|Mwn3d]] 16:29, 14 March 2008 (MDT)
I'm confused about the algorithm in the JavaScript version. Could we get more descriptive variable names for u and t or maybe a pseudocode algorithm that everyone can use? --[[User:Mwn3d|Mwn3d]] 16:29, 14 March 2008 (MDT)

== Graphics lib ==

Would it be appropriate to redefine this task to use an assumed function named SetPixel(), as we do in a number of other tasks? --[[User:Short Circuit|Short Circuit]] 11:53, 1 May 2009 (UTC)

Revision as of 11:53, 1 May 2009

I'm confused about the algorithm in the JavaScript version. Could we get more descriptive variable names for u and t or maybe a pseudocode algorithm that everyone can use? --Mwn3d 16:29, 14 March 2008 (MDT)

Graphics lib

Would it be appropriate to redefine this task to use an assumed function named SetPixel(), as we do in a number of other tasks? --Short Circuit 11:53, 1 May 2009 (UTC)