GDSC-AUM / OpenOcto-DSA

Data Structures and Algorithms implemented in C++
MIT License
5 stars 24 forks source link

Checking Palindrome #75

Closed swastik2611 closed 1 year ago

swastik2611 commented 2 years ago

Hi! I have added a folder named Doubly_LL containing a code to check whether a given string is palindrome or not. The logic has been implemented using Doubly Linked List. Few comments have also been added in order to make the program understandable. In case of any difficulty feel free to reach out.

Thanks, Swastik Singh