#4 Implement Relative Placement - add a test case.
Showing
1 changed file
with
14 additions
and
0 deletions
... | @@ -31,5 +31,19 @@ | ... | @@ -31,5 +31,19 @@ |
31 | "324": [5,6,5,5,6] | 31 | "324": [5,6,5,5,6] |
32 | }, | 32 | }, |
33 | "result":["320","284","126","330","288","324"] | 33 | "result":["320","284","126","330","288","324"] |
34 | }, | ||
35 | { | ||
36 | "comment": "Steve Hunt injustice demo", | ||
37 | "votes":{ | ||
38 | "Couple A": [4,1,1,2,1], | ||
39 | "Couple B": [2,3,5,4,4], | ||
40 | "Couple C": [1,5,4,1,5], | ||
41 | "Couple D": [5,6,3,3,8], | ||
42 | "Couple E": [7,2,2,6,7], | ||
43 | "Couple F": [6,8,8,5,2], | ||
44 | "Couple G": [8,4,6,8,6], | ||
45 | "Couple H": [3,7,7,7,3] | ||
46 | }, | ||
47 | "result":["Couple A","Couple B","Couple C","Couple D","Couple E","Couple F","Couple G","Couple H"] | ||
34 | } | 48 | } |
35 | ] | 49 | ] |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment