Skip to content

Md.Imran

Traverse a singly linked list

How do you create a node in a linked list?

In this article, you’ll learn how to create a node in a linked list in C/C++, along with that you’ll also see the algorithm to create a node in a linked list.
So, Let’s get started!
What is a node in linked list?
Each and every element of […]

Arrays in data structures

Array in Data Structure: From Zero to Hero

First thing first – Array is a type of data structure. Now, your question would be, what type?… Right? Answer: Array is a type of Linear and Static data structure.
If you are wondering, what is linear and static means here. Then, here you go! […]