notes

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

IntegerOverflow.md (139B)


      1 # Integer Overflow
      2 
      3 W1
      4 
      5 **Definition:** An integer overflow is where we carry a 1 past the end of an integer thus causing it to be 'lost'.