Test Cases & Chat
Part 1
current
Test 1
input:board = [["o","a","a","n"],["e","t","a","e"],["i","h","k","r"],["i","f","l","v"]], words = ["oath","pea","eat","rain"]
expect:["eat","oath"]
Test 2
input:board = [["a","b"],["c","d"]], words = ["abcb"]
expect:[]
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:board = [["o","a","a","n"],["e","t","a","e"],["i","h","k","r"],["i","f","l","v"]], words = ["oath","pea","eat","rain"]
expect:["eat","oath"]
Test 2
input:board = [["a","b"],["c","d"]], words = ["abcb"]
expect:[]
Choose your coach
Pick a style and how you want to communicate
then