DEV Community

LinkedList Questions Series' Articles

Back to Kathan Vakharia's Series
LinkedList Questions: Add Two Numbers as Linked List
Cover image for LinkedList Questions: Add Two Numbers as Linked List

LinkedList Questions: Add Two Numbers as Linked List

6
Comments
2 min read
LinkedList Questions: Delete a given node in constant time
Cover image for LinkedList Questions: Delete a given node in constant time

LinkedList Questions: Delete a given node in constant time

5
Comments
2 min read
LinkedList Questions: [Two Pass] Delete nth node from end
Cover image for LinkedList Questions: [Two Pass] Delete nth node from end

LinkedList Questions: [Two Pass] Delete nth node from end

6
Comments
2 min read
LinkedList Questions: [Single Pass] Delete nth node from end
Cover image for LinkedList Questions: [Single Pass] Delete nth node from end

LinkedList Questions: [Single Pass] Delete nth node from end

6
Comments
3 min read
LinkedList Questions: Reverse a Linked List - Iterative version
Cover image for LinkedList Questions: Reverse a Linked List - Iterative version

LinkedList Questions: Reverse a Linked List - Iterative version

6
Comments
2 min read
LinkedList Questions: Reverse a Linked List - Recursive version
Cover image for LinkedList Questions: Reverse a Linked List - Recursive version

LinkedList Questions: Reverse a Linked List - Recursive version

4
Comments
2 min read
LinkedList Questions: Middle Element of Linked List - Naive Approach
Cover image for LinkedList Questions: Middle Element of Linked List - Naive Approach

LinkedList Questions: Middle Element of Linked List - Naive Approach

6
Comments
2 min read
LinkedList Questions: [Optimal] Find Middle Element
Cover image for LinkedList Questions: [Optimal] Find Middle Element

LinkedList Questions: [Optimal] Find Middle Element

2
Comments
2 min read
Linked List Questions: Detect a Cycle - Set or Hashtable Approach
Cover image for Linked List Questions: Detect a Cycle - Set or Hashtable Approach

Linked List Questions: Detect a Cycle - Set or Hashtable Approach

6
Comments
3 min read