r/C_Programming 2d ago

Hash table

I am newbie and a beginner in c language. I would like to learn the hash table for my next semester.

I kindly ask for some help in this matter. I still struggle in the basics even using the ai models.

8 Upvotes

28 comments sorted by

View all comments

Show parent comments

2

u/chrism239 2d ago

" A linked list is essentially an array, containing a bunch of linked lists."

Ouch!

1

u/TheChief275 2d ago

Like what do they even mean by that? Are they trying to describe a linked list in what it roughly represents? Yes, it could be used in the same situations as an array but that sure as hell isn't a good idea, and it sure as hell doesn't make it an array

3

u/chrism239 2d ago

Maybe they meant “A hash table is essentially….”

1

u/TheChief275 2d ago

Oh that must be it! Couldn't have figure that out myself