+ 2
How to implement a hash table in c?
Concepts, help, links on how to make a data structure in c to place string entries in a classic hash table
1 Resposta
+ 1
Searching I found the following :
https://medium.com/@bennettbuchanan/an-introduction-to-hash-tables-in-c-b83cbf2b4cf6
https://www.tutorialspoint.com/data_structures_algorithms/hash_table_program_in_c.htm
I hope it helps