Hashtable

This library provides an easy and efficient way to create dynamic Hash Tables in Arduino projects. It supports various operations such as insert, remove, among others.

Author
Brayden Anderson
Website
https://github.com/braydenanderson2014/C-Arduino-Libraries/tree/main/lib/Hashtable
Github
https://github.com/braydenanderson2014/C-Arduino-Libraries
Category
Data Processing
License
Apache 2.0
Library Type
Contributed
Architectures
Any

A Hashtable is a data structure that implements an associative array abstract data type, a structure that can map keys to values. A Hashtable uses a hash function to compute an index into an array of buckets or slots, from which the desired value can be found. The Hashtable library provides an easy and efficient way to create dynamic Hash Tables in Arduino projects. It supports various operations such as insert, remove, among others. The library is built on the SimpleVector library, which is also available in the Arduino Library Manager.

Downloads

Filename Release Date File Size
Hashtable-1.0.0.zip 17.09 KiB