Talk:Greatest element of a list: Difference between revisions

From Rosetta Code
Content added Content deleted
(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...")
(No difference)

Revision as of 17:50, 27 September 2011

"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)