An application developed in C using the list and the AVL tree data structures, which analyzes a text (.txt file) giving the following information as an output:
1. the total occurrences of every word in the text
2. the exact line of every occurrence of every word
3. the exact position in the line of every occurrence of every word
4. the exact paragraph of every occurrence of every word
5. the exact sentence of every occurrence of every word
The output is also written in a .txt...