📘 Core concepts
- 1Permutation: arrangement (order matters).
- 2Combination: selection (order does not matter).
- 3Factorial: n! = n(n−1)(n−2)...1; 0! = 1.
- 4Circular permutation of n distinct objects = (n−1)!
- 5Restrictions handled by treating grouped items as one unit or fixing positions.
Want more depth on concept?
Make it click