Question: write a Python function that takes in a list of integers (L), checks whether the list is a palindrome or not and returns True/False accordingly.
write a Python function that takes in a list of integers (L), checks whether the list is a palindrome or not and returns True/False accordingly. What is the time complexity of your function?
def is_palindrome(L):
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
