4ndrelim / data-structures-and-algorithms

This repository contains design and implementation of fundamental data structures and algorithms.
59 stars 18 forks source link

highly coupled Open Addressing implementation #55

Closed 4ndrelim closed 8 months ago

4ndrelim commented 1 year ago

The search function is highly coupled to linear probing when it should be a generic. At least, the probe sequence should be handled by the hash function