Talk:Greatest element of a list: Difference between revisions

(added a new talk section.)
 
Line 10:
==greatest element ...==
Does this mean the value, which may imply a numeric value?   Or can it also mean a lexicographic value?   If the values are numeric, shouldn't the largest numeric value be returned?     -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 15:06, 6 October 2018 (UTC)
:In OORexx the result of inheriting Comparable or Orderable and implementing CompareTo. Comparable in Ruby and Java. IComparable in .Net. Python 2 defining __eq__, __lt__ ...(Python 3 has a Comparable Class) etc.--[[User:Nigel Galloway|Nigel Galloway]] ([[User talk:Nigel Galloway|talk]]) 11:58, 8 October 2018 (UTC)
2,171

edits