notes

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

PigeonholePrinciple.md (218B)


      1 # Pigeonhole Principle 
      2 
      3 Ch 6.2
      4 
      5 **Definition:** The pigeonhole principle states that if there are n pigeons and z nests, if z is smaller than n there then must be at least one z such that z contains multiple pigeons.