notes

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

CountingPrinciple.md (229B)


      1 # Counting Principle
      2 
      3 Ch 0
      4 
      5 **Definition:** The counting principle is an enumeration technique where you determine the branching factor at each step and multiply all branching factors to find the total number of possible paths.