#linked-list
Read more stories on Hashnode
Articles with this tag
Short and Precise Js code to create a doubly linked list · Almost identical to the singly-linked lists, except every node has another pointer, to the...
Different approaches to solve Leetcode 203 in JavaScript · Linked lists are fundamental data structures widely used in programming and algorithmic...
Different approaches to solve Leetcode 876 in JavaScript · If you guys study a linked list or work with a linked list, one common task is to find the...
Different approaches to solve Leetcode 234 in JavaScript · In this article, we will explore different approaches to check if the given linked list is a...
Different approaches to solve Leetcode 206 in JavaScript · Reversing a linked list is a common problem asked in the interviews. It requires rearranging...