🚀 Linked Lists
This repository contains my solutions to NeetCode’s Linked Lists problems on LeetCode. I created this repo not just to track progress, but also to showcase my perseverance and commitment to improving problem-solving skills through consistent practice.
🎯 Purpose
Showcase my ability to approach problems systematically and improve over time. Build a structured collection of solutions for reference and continuous learning. Highlight not just correct solutions, but also my growth in writing cleaner, optimized, and more readable code.
🧩 Problems Solved
21.Merge Two Sorted Lists
143.Reorder List
19.Remove Nth Node From End of List
206.Reverse Linked List