Sub: [[순열,permutation]] [[조합,combination]] || || 중복 불허 || 중복 허용 || || 순서 중요 ([[수열,sequence]]처럼|| || || || 순서 무관 ([[집합,set]]처럼 || || || || || 복원 추출 || 비복원 추출 || ||배열 순서 고려 ||[[Zeta:중복순열]] perm. with repetition? ||[[순열,permutation]] || ||배열 순서 무시 ||[[Zeta:중복조합]] combination with repetition ||[[조합,combination]] || 계산법은 || || 복원 추출 || 비복원 추출 || ||배열 순서 고려 ||$n^k$ ||$\frac{n!}{(n-k)!}$ || ||배열 순서 무시 ||$\binom{n+k-1}{k}$ ||$\binom{n}{k}$ || from http://www.kocw.net/home/search/kemView.do?kemId=1052562 = 프로그래밍 언어 구현 (계산 소스) = http://rosettacode.org/wiki/Combinations_and_permutations ---- Up: [[경우의_수]] 혹은 [[조합론,combinatorics]]