Is the linked list a palindrome?


this is the link to my submission to the problem of checking whether the linked list is palindrome or not.
in this i have created a new linked list which is equal to the given list and reversed it and compared it with the original one.
i have downloaded the test cases and manually checked all the 4 test cases and the outputs for each of them is coming out to be correct still this online judge is not accepting my solution and showing that 2 test cases are giving wrong answers.

Hello @alankrit.agr99,

You have done a spelling mistake in your code.:wink:
Change the spelling of “fasle” to “false”.

Hope, this would help.
Give a like if you are satisfied.