From 61e9d6f9de82826a6753afedcccbdde589068188 Mon Sep 17 00:00:00 2001 From: OGordoo Date: Fri, 10 Jan 2020 10:18:47 +0000 Subject: [PATCH] go reloaded audit sortedlistmerge --- subjects/go-reloaded/go-reloaded.audit.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/go-reloaded/go-reloaded.audit.en.md b/subjects/go-reloaded/go-reloaded.audit.en.md index edde3f22..503a3e1f 100644 --- a/subjects/go-reloaded/go-reloaded.audit.en.md +++ b/subjects/go-reloaded/go-reloaded.audit.en.md @@ -395,7 +395,7 @@ array = [1 2 3 A B C a b c] and f = func(a, b string) int { `(4-> 4-> 6-> 9-> 13-> 18-> 20-> 20-> )` ###### Does the function returns the value above? ##### Try with the arguments: `n1 = 0-> 7-> 39-> 92-> 97-> 93-> 91-> 28-> 64-> and n2 = 80-> 23-> 27-> 30-> 85-> 81-> 75-> 70-> ` -`(0-> 7-> 39-> 80-> 23-> 27-> 30-> 85-> 81-> 75-> 70-> 92-> 97-> 93-> 91-> 28-> 64-> )` +`(0-> 7-> 23-> 27-> 28-> 30-> 39-> 64-> 70-> 75-> 80-> 81-> 85-> 91-> 92-> 93-> 97-> )` ###### Does the function returns the value above? ##### Try with the arguments: `n1 =0-> 2-> 11-> 30-> 54-> 56-> 70-> 79-> 99-> and n2 = 23-> 28-> 38-> 67-> 67-> 79-> 95-> 97-> ` `(0-> 2-> 11-> 23-> 28-> 30-> 38-> 54-> 56-> 67-> 67-> 70-> 79-> 79-> 95-> 97-> 99-> )`