tarunsinghdev / DSA-CRACKER

This is an attempt to solve 450 questions carefully curated by Love Babbar.
110 stars 65 forks source link

add Is Palindrome in Linked List #55

Closed akshat-rawat closed 2 years ago

akshat-rawat commented 2 years ago

Add Write a Program to check whether the Singly Linked list is a palindrome or not. solution under Linked List folder.

tarunsinghdev commented 2 years ago

Hey, excellent work!