Question: write an algorithm that determines whether a list of numbers is a palindrome or not. (note: a palindrome is a list which reads the same
write an algorithm that determines whether a list of numbers is a palindrome or not. (note: a palindrome is a list which reads the same backward or forward. Example: {10, 5, 7, 1, 7, 5, 10}, assume array size is odd)?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
