HCLTech Interview Question

Write the python code for plaindrome check ?

Interview Answer

Anonymous

Nov 2, 2024

I wrote the algorithm using python. In python I can reverse the list in one step and can check whether it is equal to the original list