Based on the documentation found here, I wrote the following code in C:
adj_hash_table.h
typedef struct { int id_0; int id_1; }id_t_; typedef