Talk:Order two numerical lists: Difference between revisions

Line 61:
::: tri-state does not work as input to a sort function unless the sort function is written for that. most sort function i i'd expect to want a boolean comparator.--[[User:EMBee|eMBee]] 05:50, 30 November 2011 (UTC)
:: it's not necessarily desirable to sort shorter lists before longer ones (one may prefer padding by zero, i.e. (1, 2, -1) < (1, 2) < (1, 2, 1), rather than padding by -inf, i.e. (1, 2) < (1, 2, -1) < (1, 2, 1)). --[[User:Ledrug|Ledrug]] 04:33, 30 November 2011 (UTC)
::: yes,(misread butthat webefore) shouldinteresting choose one or the otherpoint. asi itdidn't happensconsider thenegative currentvalues. choicehow matcheswould lexicographicalyou ordering.write sothat iinto think it's anthe appropriatetask? choice--[[User:EMBee|eMBee]] 05:5054, 30 November 2011 (UTC)
 
==Lexicographic order==
Anonymous user