in reply to Re^5: combinations of given string
in thread combinations of given string
Why does that formula seem familiar?It looks like the number of w-combinations from a set of c+w elements: C(c+w,w) = (c+w)!/(c+w-w)!w!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: combinations of given string
by BrowserUk (Patriarch) on Oct 26, 2013 at 22:18 UTC |