Talk:Greatest element of a list

Revision as of 17:50, 27 September 2011 by rosettacode>Stuart P. Bentley (Created page with ""Create a function that returns the maximum value in a provided set of values, '''where the number of values isn't known until runtime'''." Do ''any'' of these examples (other t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

"Create a function that returns the maximum value in a provided set of values, where the number of values isn't known until runtime."

Do any of these examples (other than the Lua one) meet this criteria? It seems to me that almost all of them are using a list defined before runtime. --STUART 17:50, 27 September 2011 (UTC)

Return to "Greatest element of a list" page.