** Using C Programming **
Read a text file called "words.txt" containing: "Cat goose dog mouse cow dog goose goose"
Using a binary search tree, store the words and keep count of number of occurrences per word. The main function should call on other functions to complete these tasks ("Insert" "Count" etc.).
Print the words and occurrences per word in the output, in alphabetical order. For example:
"Cat 1
cow 1
dog 2
goose 3
mouse 1"
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here