indrakishore / Developers-Community

Hactoberfest-2024
MIT License
13 stars 122 forks source link

Palindrome Linked List Solution in Java#42 #43

Closed rishiparashar02 closed 1 month ago

rishiparashar02 commented 1 month ago

The PalindromeLinkedList class determines whether a singly linked list is a palindrome by comparing values from both ends of the list. It utilizes an ArrayList to store the node values for efficient comparison

indrakishore commented 1 month ago

@rishiparashar02 Please add problem statement add approach in your file and rename as protocol.

rishiparashar02 commented 1 month ago

@rishiparashar02 Please add problem statement add approach in your file and rename as protocol.

Thank you sir for your remark, I have updated all the things you mentioned. Kindly let me know if i am lagging somewhere else. Thank you!