Problem 46037. Count alternating permutations
In an alternating permutation of numbers 1 to n, the numbers are arranged so that they alternately increase and decrease. For example, there are five alternating permutations of the numbers 1, 2, 3, and 4:
1 3 2 4
1 4 2 3
2 3 1 4
2 4 1 3
3 4 1 2
Write a function to count the alternating permutations for a set of n numbers.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers10
Suggested Problems
-
1233 Solvers
-
Determine the number of odd integers in a vector
773 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
385 Solvers
-
Sum the 'edge' values of a matrix
367 Solvers
-
Pernicious Anniversary Problem
825 Solvers
More from this Author307
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!