Hash Table Programming with C
by
Thomas Mailund
Language: English
Release Date: February 9, 2019
Build working implementations of hash tables, written in the C programming language. This book starts with simple first attempts devoid of collision resolution strategies, and moves through improvements and extensions illustrating different design ideas and approaches, followed by experiments to validate...