Canonical URI: https://w3id.org/kmath/solution_pattern/permutation_block_arrangement
| rdf:type | math:SolutionPattern |
|---|---|
| rdfs:label | 묶음으로 순열 세기 |
| rdfs:comment | 반드시 이웃해야 하는 대상을 하나의 묶음으로 보고 순열을 계산하는 풀이 패턴. |
| math:appliesTo | problem_type:permutation_count |
| math:requiresConcept | concept:factorial |
| math:requiresConcept | concept:permutation |
| math:steps | 묶음 내부 배열 수를 곱한다. |
| math:steps | 묶음과 나머지 대상을 배열한다. |
| math:steps | 이웃해야 하는 대상을 하나의 묶음으로 본다. |