Talk:Catalan numbers/Pascal's triangle: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "===extracting Catalan numbers from Pascal's triangle===")
 
Line 1: Line 1:
===extracting Catalan numbers from Pascal's triangle===
===extracting Catalan numbers from Pascal's triangle===

As I understand this task's requirements, the Catalan numbers are to be extracted from Pascal's triangle (and therefore, not be directly computed via binomial coefficients or some other means).   Should programming solutions that ''don't'' extract Catalan numbers from Pascal's triangle be flagged as incorrect? -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 18:50, 20 October 2014 (UTC)

Revision as of 18:50, 20 October 2014

extracting Catalan numbers from Pascal's triangle

As I understand this task's requirements, the Catalan numbers are to be extracted from Pascal's triangle (and therefore, not be directly computed via binomial coefficients or some other means).   Should programming solutions that don't extract Catalan numbers from Pascal's triangle be flagged as incorrect? -- Gerard Schildberger (talk) 18:50, 20 October 2014 (UTC)