{ "ch-1" : [ { "function" : "checkorder", "arguments" : [ 5, 2, 4, 3, 1 ], "result" : [ 0, 2, 3, 4 ] }, { "arguments" : [ 1, 2, 1, 1, 3 ], "result" : [ 1, 3 ] }, { "arguments" : [ 3, 1, 3, 2, 3 ], "result" : [ 0, 1, 3 ] } ], "ch-2" : [ { "function" : "findanagrams", "arguments" : [ "acca", "dog", "god", "perl", "repl" ], "result" : 3 }, { "arguments" : [ "abba", "baba", "aabb", "ab", "ab" ], "result" : 2 } ] }