notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Combination.md (273B)


      1 # Combination
      2 
      3 TB 6.3
      4 
      5 **Definition:** A combination is a unique selection of elements from a given set. 
      6 
      7 The difference between a combination and a permutation is rearrangements of combinations are still considered the same whereas the opposite is true for permutations.