Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • Thanks for your feedback. I changed some things according to your suggestions, but the issue persists. I know that I convert to lowercase more than needed, but my mindset was that it's better to make sure than all words are lowercase everywhere, even if I have to do some extra work. I changed the hash function so that length is an unsigned int as well (I hadn't noticed, thanks for pointing this out) and replaced strcasecmp with strcmp. I also included an extra condition in the unload function to check that size returns 0 after all nodes are freed. But still, it won't compile. Commented Mar 16, 2024 at 12:19