Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 419 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 419 Bytes

HashTable

A hash table library that includes implementation of a map and a set. Both use linear quadratic probing.

  • Uses linear quadratic probing
  • Has only 1 or 2 bytes of overhead, depending on the metadata size selected (8 or 16 bits)

License

HashTable is licensed under the MIT License. Please read the LICENSE.txt file included herein for more information.

Dependencies

Installation

Usage