From charlesreid1

(Created page with "=Formula= Stars and Bars is a combinatoric method of partitioning n items (stars) into k partitions, using k-1 partition-markers (bars). This is an extremely useful formula,...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
=Flags=
=Flags=


[[Category:Hyptergeometric]]
{{CombinatoricsFlag}}
 
[[Category:Hypergeometric]]
[[Category:AOCP]]
[[Category:AOCP]]
[[Category:Combintatorics]]
[[Category:Combinatorics]]
[[Category:CS]]
[[Category:CS]]

Latest revision as of 09:01, 9 March 2019

Formula

Stars and Bars is a combinatoric method of partitioning n items (stars) into k partitions, using k-1 partition-markers (bars).

This is an extremely useful formula, as it can help enumerate the number of ways of partitioning a group of items.

The number of ways of partitioning n objects into k partitions using k-1 bars is given by:

$ \binom{n+k-1}{k-1} $

Flags