1. Write a method called isPalindrome() that is part of a doubly linked list that determines whether the info part of the nodes form a palindrome. 2. Write a method called isSorted() that is part of a linked list that determines whether the info part of the nodes are sorted. 3. Write a method that reverses a link list.