Skip to content

A symbol table (a.k.a associative array, a.k.a. dictionary) adopting a linear probing hash table as its storage and implementing the same public interface of Swift Dictionary.

License

vale-cocoa/LinearProbingHashTable

Repository files navigation

LinearProbingHashTable

A symbol table (aka associative array, aka dictionary) which uses as storage an hash table leveraging on linear probing algorithm. LinearProbingHashTable presents a public interface with identical functionalities of Swift.Dictionary type.

About

A symbol table (a.k.a associative array, a.k.a. dictionary) adopting a linear probing hash table as its storage and implementing the same public interface of Swift Dictionary.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages