top of page
Code Recipe
Feb 19, 20224 min read
Reverse A Singly Linked List - Everything You Need To Know
Write an algorithm to reverse the given singly linked list. You can use the properties of a stack...
1,368 views1 comment
Code Recipe
Feb 13, 20224 min read
Finding The Middle Element - Singly Linked List
Given a singly linked list, find the middle element in it. If there are even number of nodes in the given linked list then return the
660 views0 comments
Code Recipe
Feb 12, 20227 min read
Singly Linked List - Everything You Need To Know
Linked list is a linear data structure. Each element in a linked list is an individual object. These individual objects are called nodes.
1,550 views4 comments
bottom of page