HCLTech interview question

Write the python code for plaindrome check ?

Interview Answer

Anonymous

2 Nov 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