×
FREE ASSISTANCE FOR THE INQUISITIVE PEOPLE
softetechnologies
Link list - C Language
1447    Arnab De    27/09/2019
We can display the data of the circular singly linklist in two process 1. Front to end 2.End to front. We can easily program it using recursive function.
27
September, 2019
1655    Arnab De    23/09/2019
Insert a new node in a circular link list. We may insert a new node at three different position. 1.Beginning of the list 2.End of the list 3.At any said pos ...
23
September, 2019
1647    Arnab De    22/09/2019
In linear linked list last node is connected to the NULL pointer but in circular linked list last node of the list is connected to the first node of the list.
22
September, 2019
1555    Arnab De    13/09/2019
Sorting the elements of the linear linklist can in two types 1.Ascending Order 2.Descending Order. Here we use selection sort method for sorting the list.
13
September, 2019
1457    Arnab De    07/09/2019
We can reverse the link list elements by adjusting the node references only. That is, change the fist node into last. Change the reference of every node to ...
07
September, 2019
softetechnologies
1447    Arnab De    06/09/2019
We can read or display the link list element in two way. 1. Display from first to last 2.Display from last to first. Here we use two recursive function for it.
06
September, 2019
1499    Arnab De    25/08/2019
Delete a node in a linear link list. We can delete a node from different position of the list depend on position or value. Delete from beginning.
25
August, 2019
1655    Arnab De    24/08/2019
Create and insert node in a linear link list. When a list has no any node, i.e. the list is empty or list is NULL then need to create a node.
24
August, 2019
1449    Arnab De    23/08/2019
A linked list is a linear dynamic data structure which is a collection of small block, known as node. A node has two parts - Data Part and Reference Part
23
August, 2019
softetechnologies
Rabindranath Tagore
Everything comes to us if we create the capacity to receive it.
Rabindranath Tagore
1556
63.24
Today So Far
Total View (Lakh)
softetechnologies
26/05/2018     46570
25/06/2018     38722
01/01/2018     38403
28/06/2017     36333
02/08/2017     35037
01/08/2017     29311
06/07/2017     29067
15/05/2017     28596
14/07/2017     24426
11/09/2018     23459
softetechnologies