notes

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

TreeDiagram.md (214B)


      1 # Tree Diagram
      2 
      3 Ch 6.1
      4 
      5 **Definition:** A tree diagram is a diagram that shows all possible choices (outcomes) along with their branching.
      6 
      7 Think of 2^n where we split into 2 paths n times as a horizontal diagram.