Problem 46551. Solve a ballot counting problem
Candidate X and Candidate O receive the same number (n) of votes in an election. Write a function to determine the number of ways the ballots can be counted such that X is never behind O. For example, for n = 3 there are five ways:
XXXOOO
XXOXOO
XXOOXO
XOXXOO
XOXOXO
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers13
Suggested Problems
-
1197 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1825 Solvers
-
193 Solvers
-
Get the elements of diagonal and antidiagonal for any m-by-n matrix
477 Solvers
-
Create logical matrix with a specific row and column sums
303 Solvers
More from this Author281
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!