Sar-taj107 / Code-Sandbox-Hacktoberfest23

Make your first Pull Request on Hacktoberfest 2023. if you know the implementation of any DSA related topic/problem or hackerrank, leetcode, hackerearth problem then you can contribute it in this repo. Raise Genuine PRs only. Your PRs will be accepted, keep patience. Star this Repo ⭐️ Contribute and join us in celebrating Hacktoberfest! 🎉🎉
MIT License
23 stars 47 forks source link

Added: Palindrome Linked List #42

Closed AayushPaigwar closed 11 months ago

AayushPaigwar commented 11 months ago

Leet Code Problem : Palindrome Linked List

Example: Input: head = [1,2,2,1] Output: true

Example: Input: head = [1,2] Output: false

Please review my PR #41 #42 #43

HF23🚀