Make your checks robust to brute force approach.
You should add more checks to the test suite.
I agree with Oleg and Gaik: please have a rich test suite.
You should include a test case with a string that contains lowercase letters as well as uppercase letters, numbers, and symbols.
It is not checking lowercase letters. Give some test for that.Otherwise problem statement should be different.
I added a test for lowercase.
the description of the problem is misspecified. "Are all the letters in the input string capital letters?" Numbers are not letters. The tests treat numbers as lower case.
Test cases are not according to problem statement.
Find the longest sequence of 1's in a binary sequence.
3430 Solvers
Return the largest number that is adjacent to a zero
3776 Solvers
Sum the elements in either diagonal of a square matrix
181 Solvers
520 Solvers
What is Sum Of all elements of Matrix
298 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!