algorithms Checking if a singly linked list is palindrome. Solution with O(n) time and O(n) space My solution to that Leetcode problem which is faster than 99% of Python3 LeetCode submissions.