Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 3.14 KB

LinkedList.md

File metadata and controls

68 lines (48 loc) · 3.14 KB

LinkedList ♾️ DSA-Coding-Questions🚀

BASIC Foundation Cocepts 💡

💡Implement Linked List - Leetcode

💡Reverse Linked List - Leetcode

💡Remove Duplicates from SortedList - Leetcode

💡Merge 2 Sorted Linked List Leetcode


Based on 📍Slow & Fast Pointer Questions ❤️

LinkedList Questions Practice Link Code Solutions Video Solutions HINT
Detect Cycle/Loop in LinkedList Leetcode
Find Mid of LinkedList Leetcode
Intersection of 2 LinkedList Leetcode
Check LinkedList is Palindrome Leetcode
Remmove Kth Node from End of LinkedList Leetcode

Based on Swappings 🔁

Medium Questions ❤️‍🔥

LinkedList Questions Practice Link Code Solutions Video Solutions HINT
Delete Given Node Leetcode
Rotate Linked List Leetcode
Delete Middle Node Leetcode

Hard Questions 💔

Array Questions Practice Link Code Solutions Video Solutions HINT
Coming Soon..