Elastic Hash Table Implementation in C This project implements an elastic hash table in C as described in this paper (Optimal Bounds for Open Addressing Without Reordering). Building and Running Local Build To build and run the project locally: make ./elastic_hash Docker Build To build and run using Docker: docker-compose up --build