FIT2004: Algorithms and data structures Assignment, MUM, Malaysia You need to create a program the user can enter a word, reverse the word and check if the word is a palindrome word using a linked list
You need to create a program the user can enter a word, reverse the word and check if the word is a palindrome word using a linked list. At the end of the program, it will list all of the palindrome words from the words entered. The program must consist...