Whenever they zig, you gotta zagdef is_zigzag(n):
A positive integer n is called a zigzag number (also called an “alternating number” in some combinatorics material) if the series of differences between its consecutive digits strictly alternates between positive and negative steps. The step from the first digit to the second may be either positive or negative. The function should determine whether n is a zigzag number.
In the negative examples in the table below, the part of the number that violates the zigzag property is highlighted in red.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here