notes

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

OpenAddressing.md (239B)


      1 # Open Addressing (hashing)
      2 
      3 L4
      4 
      5 **Definition:** Open addressing is the process of resolving collisions by probing for the next available location in a predefined manor to remove the need to resolve collisions with another data structure.