Output the number of ways to distribute n labelled balls among k identical boxes (some of which might be empty).
Example:
n = 4;
k = 3;
Output = 14;
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers10
Suggested Problems
-
Given two arrays, find the maximum overlap
1798 Solvers
-
Flip the main diagonal of a matrix
919 Solvers
-
Remove from a 2-D matrix all the rows that contain at least one element less than or equal to 4
140 Solvers
-
Replace all zeros and NaNs in a matrix with the string 'error'
104 Solvers
-
553 Solvers
More from this Author63
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!