Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
LinkedList Questions Series' Articles
Back to Kathan Vakharia's Series
LinkedList Questions: Add Two Numbers as Linked List
Kathan Vakharia
Kathan Vakharia
Kathan Vakharia
Follow
Jun 26 '21
LinkedList Questions: Add Two Numbers as Linked List
#
algorithms
#
codenewbie
#
programming
#
linkedlist
6
reactions
Comments
Add Comment
2 min read
LinkedList Questions: Delete a given node in constant time
Kathan Vakharia
Kathan Vakharia
Kathan Vakharia
Follow
Jun 26 '21
LinkedList Questions: Delete a given node in constant time
#
algorithms
#
cpp
#
datastructures
#
codenewbie
5
reactions
Comments
Add Comment
2 min read
LinkedList Questions: [Two Pass] Delete nth node from end
Kathan Vakharia
Kathan Vakharia
Kathan Vakharia
Follow
Jun 28 '21
LinkedList Questions: [Two Pass] Delete nth node from end
#
algorithms
#
programming
#
codenewbie
#
linkedlist
6
reactions
Comments
Add Comment
2 min read
LinkedList Questions: [Single Pass] Delete nth node from end
Kathan Vakharia
Kathan Vakharia
Kathan Vakharia
Follow
Jun 30 '21
LinkedList Questions: [Single Pass] Delete nth node from end
#
algorithms
#
programming
#
codenewbie
#
linkedlist
6
reactions
Comments
Add Comment
3 min read
LinkedList Questions: Reverse a Linked List - Iterative version
Kathan Vakharia
Kathan Vakharia
Kathan Vakharia
Follow
Jul 4 '21
LinkedList Questions: Reverse a Linked List - Iterative version
#
algorithms
#
cpp
#
codenewbie
#
linkedlist
6
reactions
Comments
Add Comment
2 min read
LinkedList Questions: Reverse a Linked List - Recursive version
Kathan Vakharia
Kathan Vakharia
Kathan Vakharia
Follow
Jul 10 '21
LinkedList Questions: Reverse a Linked List - Recursive version
#
algorithms
#
cpp
#
codenewbie
#
linkedlist
5
reactions
Comments
Add Comment
2 min read
LinkedList Questions: Middle Element of Linked List - Naive Approach
Kathan Vakharia
Kathan Vakharia
Kathan Vakharia
Follow
Jul 11 '21
LinkedList Questions: Middle Element of Linked List - Naive Approach
#
algorithms
#
cpp
#
codenewbie
#
linkedlist
6
reactions
Comments
Add Comment
2 min read
LinkedList Questions: [Optimal] Find Middle Element
Kathan Vakharia
Kathan Vakharia
Kathan Vakharia
Follow
Jul 16 '21
LinkedList Questions: [Optimal] Find Middle Element
#
algorithms
#
codenewbie
#
programming
2
reactions
Comments
Add Comment
2 min read
Linked List Questions: Detect a Cycle - Set or Hashtable Approach
Kathan Vakharia
Kathan Vakharia
Kathan Vakharia
Follow
Sep 7 '21
Linked List Questions: Detect a Cycle - Set or Hashtable Approach
#
algorithms
#
codenewbie
#
tutorial
6
reactions
Comments
Add Comment
3 min read
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account