I'm doing a job for college and I need to check word for word from a "dictionary" in file txt
and compare those words with the words of an array that was provided.
In order to make my life easier (as I'll have to figure out some way to make my program faster), is there in C the possibility of using set variables? For example, the "sets" of Python. Or do I have to do everything "in the hand" anyway?