Problem 2733. Evil Number
Check if a given natural number is evil or not.
Read more at OEIS.
Solution Stats
Problem Comments
-
6 Comments
are test #3 and #4 correct?
Sorry Rifat, I've messed up test cases. Rescored now.
Thanks :)
Arrays are not a natural number..for the tests I mean
@Lorenzo, the input to solution function is always a single number. I've used arrayfun to make multiple tests in a single test case.
I think Test 3 and 4 are (still) faulty. The functions "any" and "all" must be swapped.
Solution Comments
Show commentsProblem Recent Solvers256
Suggested Problems
-
Check to see if a Sudoku Puzzle is Solved
321 Solvers
-
Back to basics 9 - Indexed References
441 Solvers
-
Convert a vector into a number
599 Solvers
-
Given a window, how many subsets of a vector sum positive
851 Solvers
-
Switch matrix to a column vector
349 Solvers
More from this Author40
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!