notes

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

Collision.md (165B)


      1 # Collision
      2 
      3 Ch 5
      4 
      5 **Definition:** A collision, with respect to hash tables, is when we try to place an element into a position in the array that is already taken.