Test Cases & Chat
Part 1
current
Test 1
input:triplets = [[2,5,3],[1,8,4],[1,7,5]], target = [2,7,5]
expect:true
Test 2
input:triplets = [[3,4,5],[4,5,6]], target = [3,2,5]
expect:false
Test 3
input:triplets = [[2,5,3],[2,3,4],[1,2,5],[5,2,3]], target = [5,5,5]
expect:true
Choose your coach
Pick a style and how you want to communicate
then
Loading...
OUTPUT
Run code to see output...
Part 1
current
Test 1
input:triplets = [[2,5,3],[1,8,4],[1,7,5]], target = [2,7,5]
expect:true
Test 2
input:triplets = [[3,4,5],[4,5,6]], target = [3,2,5]
expect:false
Test 3
input:triplets = [[2,5,3],[2,3,4],[1,2,5],[5,2,3]], target = [5,5,5]
expect:true
Choose your coach
Pick a style and how you want to communicate
then