Computer Science Applications Report – Task D
Computer Science Applications Report – Task D Detail of the task AS1 1. Define a polymorphic function palindrome to form a palindrome from an arbitrary list. For example: >: palindrome “mad”; >: palindrome “abcd”; >> “madam”: list char >> “abcdcba”…