Okay so I absolutely love Linked Lists. When I was studying DSA back in the first place, I loved it then also. I was able to solve all the questions today. Also I did an extra day's work from Striver's DSA sheet.
Here are the problems that I solved completely today :
Reverse a LinkedList
Find the middle of LinkedList
Merge two sorted Linked List (use method u…
Remove N-th node from back of LinkedList
Add two numbers as LinkedList
Find intersection point of LinkedList
Detect a cycle in Linked List
Reverse a LinkedList in groups of size k.
Check if a LinkedList is palindrome or not…
Find the starting point of the Loop of LL
Flattening of a LinkedList
Delete a given Node when a node is given.
Top comments (0)