Please if someone can help me to build a thesaurus in c programming?
Off the top of my head, I would create a b-tree that points to a structure containing a word as an entry, and a pointer to a linked list with pointers to other words that are synonyms.
No comments:
Post a Comment