Skip to content

Instantly share code, notes, and snippets.

View akharrou's full-sized avatar

Aymen Kharroubi akharrou

  • Humanity
  • Earth
View GitHub Profile
@akharrou
akharrou / hashtable.c
Last active December 1, 2018 09:56
Simple Hash Table Implementation in C
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// ======================================================================= //
// HASH TABLE FUNCTION LIBRARY //
// ======================================================================= //
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
/* * * * * * * * * * * *
========================
HASH TABLE HEADER
========================