Skip to content

herrsmitty8128/HashTable

Repository files navigation

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

About

A library of various hash table implementations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published