manan025 / DS-Algo-Zone

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript and Kotlin.
MIT License
25 stars 78 forks source link

Add Linked List Palindrome check #281

Open sudhir512kj opened 3 years ago

sudhir512kj commented 3 years ago

Have you read the Contribution Guidelines?

YES

Description

Added LinkedList Palindrome Check Code with Algorithm and Time and Space complexity and multiple test cases using Python

Checklist

Related Issues (Mention Issue no. like #xxx)

Fixes Issue
Linked list is palindrome #93