INSTRUCTIONS: Dear students this is miscellaneous problem on LINKED LIST
Create a Dictionary from the given set of words, the word should insert into the dict in
lexicographical order (alphabetical order)using linked list concept through functional
programming. And perform the following operations?
1. Adding a word to the dictionary?
2. Delete a word from dictionary?
3. Printing the entire list of a given character? Eg: A: ANT APPLE AXE
4. Counting the entries of given character ?Eg: C-2
5. Displaying the entire dictionary as below format?
A ANT APPLE AXE
B BAT BOX
C CAR CAT
D DOG
M MEN MET
Z ZEAL ZERO