|
|
|
@ -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-> <nil>)` |
|
|
|
|
###### Does the function returns the value above? |
|
|
|
|
##### Try with the arguments: `n1 = 0-> 7-> 39-> 92-> 97-> 93-> 91-> 28-> 64-> <nil> and n2 = 80-> 23-> 27-> 30-> 85-> 81-> 75-> 70-> <nil>` |
|
|
|
|
`(0-> 7-> 39-> 80-> 23-> 27-> 30-> 85-> 81-> 75-> 70-> 92-> 97-> 93-> 91-> 28-> 64-> <nil>)` |
|
|
|
|
`(0-> 7-> 23-> 27-> 28-> 30-> 39-> 64-> 70-> 75-> 80-> 81-> 85-> 91-> 92-> 93-> 97-> <nil>)` |
|
|
|
|
###### Does the function returns the value above? |
|
|
|
|
##### Try with the arguments: `n1 =0-> 2-> 11-> 30-> 54-> 56-> 70-> 79-> 99-> <nil> and n2 = 23-> 28-> 38-> 67-> 67-> 79-> 95-> 97-> <nil>` |
|
|
|
|
`(0-> 2-> 11-> 23-> 28-> 30-> 38-> 54-> 56-> 67-> 67-> 70-> 79-> 79-> 95-> 97-> 99-> <nil>)` |
|
|
|
|