Hashing problems C

Ive started solving problems in C and have a little difficulty figuring out the right approach to hashing problems. as much as i know, there is no built hash map in C. do i need to implement a hash table from scratch? what is the right approach in these type of problems.
thanks .

Comments (1)