mrhagrawal / competitive_programming_resources

Hacktoberfest 2020
1 stars 19 forks source link

check_if_LinkedList_is_palindrome.cpp #14

Closed amanbhardwaj20 closed 3 years ago

amanbhardwaj20 commented 3 years ago

This code is to check if the given linked list is palindrome or not. Time Complexity: O(N) Auxialliary Space Usage: O(1)