Talk:Order two numerical lists: Difference between revisions

Content added Content deleted
m (→‎Test Cases: tweak description for clarity)
(→‎Test Cases: and spelling sheesh)
Line 12: Line 12:


==Test Cases==
==Test Cases==
I found the description a bit confusing at first. I used the following test cases where demo_list_llt was a wrapper to support my interpretation. This is based on ordering being to choose which of two list scomes first (not sorting). --[[User:Dgamey|Dgamey]] 03:24, 30 November 2011 (UTC)
I found the description a bit confusing at first. I used the following test cases where demo_list_llt was a wrapper to support my interpretation. This is based on ordering being to choose which of two lists comes first (not sorting). --[[User:Dgamey|Dgamey]] 03:24, 30 November 2011 (UTC)
<pre> write()
<pre> write()
demo_list_llt([-1],[0]) # << ok
demo_list_llt([-1],[0]) # << ok