Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = ['TIPE'
'YECV'
'LSRA'
'WOTU'];
y = 'RACIEST';
assert(isequal(boggle_checker(x,y),true))
|
2 | Pass |
x = ['TIPE'
'YECV'
'LSRA'
'WOTU'];
y = 'RACIESTS';
assert(isequal(boggle_checker(x,y),false))
|
3 | Pass |
x = ['TIPE'
'YECV'
'LSRA'
'WOTU'];
y = 'RACIESTW';
assert(isequal(boggle_checker(x,y),false))
|
4 | Pass |
x = ['TIPE'
'YECV'
'LSRA'
'WOTU'];
y = 'AUTOLYTIC';
assert(isequal(boggle_checker(x,y),true))
|
5 | Pass |
x = ['TIPE'
'YECV'
'LSRA'
'WOTU'];
y = 'RESTAR';
assert(isequal(boggle_checker(x,y),false))
|
6 | Pass |
x = ['OCEW'
'LRIR'
'GYSI'
'KREM'];
y = 'SIRI';
assert(isequal(boggle_checker(x,y),true))
|
7 | Pass |
x = ['OCEW'
'LRIR'
'GYSI'
'KREM'];
y = 'SIRIM';
assert(isequal(boggle_checker(x,y),true))
|
Is this date a palindrome?emordnilap a etad siht sI
49 Solvers
110 Solvers
Solve the set of simultaneous linear equations
273 Solvers
Set the array elements whose value is 13 to 0
935 Solvers
Get the elements of diagonal and antidiagonal for any m-by-n matrix
267 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!