|
| 1 | +# LinkedList ♾️ DSA-Coding-Questions🚀 |
| 2 | + |
| 3 | +## BASIC Foundation Cocepts 💡 |
| 4 | +### 💡Implement Linked List - [Leetcode](https://leetcode.com/problems/design-linked-list/description/) |
| 5 | +### 💡Reverse Linked List - [Leetcode](https://leetcode.com/problems/reverse-linked-list) |
| 6 | +### 💡Remove Duplicates from SortedList - [Leetcode](https://leetcode.com/problems/remove-duplicates-from-sorted-list/description/) |
| 7 | +### 💡Merge 2 Sorted Linked List [Leetcode](https://leetcode.com/problems/merge-two-sorted-lists/description/) |
| 8 | + |
| 9 | + |
| 10 | +<hr> |
| 11 | + |
| 12 | +## Based on 📍Slow & Fast Pointer Questions ❤️ |
| 13 | + |
| 14 | +| LinkedList Questions | Practice Link | Code Solutions | Video Solutions | HINT |
| 15 | +-|-|-|-|- |
| 16 | +Detect Cycle/Loop in LinkedList| [Leetcode](https://leetcode.com/problems/linked-list-cycle) | |
| 17 | +Find Mid of LinkedList | [Leetcode](https://leetcode.com/problems/middle-of-the-linked-list) |
| 18 | +Intersection of 2 LinkedList | [Leetcode](https://leetcode.com/problems/intersection-of-two-linked-lists) |
| 19 | +Check LinkedList is Palindrome | [Leetcode](https://leetcode.com/problems/palindrome-linked-list) |
| 20 | +Remmove Kth Node from End of LinkedList | [Leetcode](https://leetcode.com/problems/remove-nth-node-from-end-of-list) |
| 21 | + |
| 22 | +## Based on Swappings 🔁 |
| 23 | +- Swap Nodes in Pairs | [Leetcode](https://leetcode.com/problems/swap-nodes-in-pairs/description/) |
| 24 | +- Swapping Nodes in Linkedlist | |
| 25 | +[Leetcode](https://leetcode.com/problems/swapping-nodes-in-a-linked-list) |
| 26 | +- Odd Even Linked List | [Leetcode](https://leetcode.com/problems/odd-even-linked-list/description/) |
| 27 | + |
| 28 | +## Medium Questions ❤️🔥 |
| 29 | +| LinkedList Questions | Practice Link | Code Solutions | Video Solutions | HINT |
| 30 | +| ------------- | :-------------: | :-------------: | :---------: |:---------: | |
| 31 | +Delete Given Node | [Leetcode](https://leetcode.com/problems/delete-node-in-a-linked-list/description/) |
| 32 | +Rotate Linked List | [Leetcode](https://leetcode.com/problems/rotate-list/description/) |
| 33 | +Delete Middle Node | [Leetcode](https://leetcode.com/problems/delete-the-middle-node-of-a-linked-list) |
| 34 | + |
| 35 | + |
| 36 | +## Hard Questions 💔 |
| 37 | +| Array Questions | Practice Link | Code Solutions | Video Solutions | HINT |
| 38 | +-|-|-|-|- |
| 39 | +Coming Soon.. |
| 40 | +--- |
| 41 | + |
| 42 | +<div align="center"> |
| 43 | + |
| 44 | +<a href="#"> |
| 45 | + <img src="https://dcbadge.vercel.app/api/server/YvBacAxu?theme=discord" /> |
| 46 | +</a> |
| 47 | + |
| 48 | +<br /> |
| 49 | + |
| 50 | +<a href="https://www.youtube.com/@CodingWallah-Family/streams"> |
| 51 | + <img src="https://img.shields.io/youtube/channel/subscribers/UC7HdeXvGFw962sWv31mjEqA?label=Coding%20Wallah%20-%20family&logo=youtube&logoColor=ff0000&style=for-the-badge" /> |
| 52 | +</a> |
| 53 | + |
| 54 | +<a href="https://www.youtube.com/@CodingWallahSir/videos"> |
| 55 | + <img src="https://img.shields.io/youtube/channel/subscribers/UC2EF2l4DhSG3PVBXVyQhHfA?label=Coding%20Wallah%20Sir&logo=youtube&logoColor=f00&style=for-the-badge" /> |
| 56 | +</a> |
| 57 | + |
| 58 | +</div> |
| 59 | + |
| 60 | +<!-- |
| 61 | +
|
| 62 | + |
| 63 | +
|
| 64 | + |
| 65 | +
|
| 66 | + |
| 67 | +
|
| 68 | +--> |
0 commit comments