×
FREE ASSISTANCE FOR THE INQUISITIVE PEOPLE
softetechnologies
Link list - C Language
925    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
1115    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
1033    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
915    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
923    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
909    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
962    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
1004    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
902    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
Albert Einstein
I never teach my pupils, I only provide the conditions in which they can learn.
Albert Einstein
518
44.84
Today So Far
Total View (Lakh)
softetechnologies
26/05/2018     36643
01/01/2018     34919
28/06/2017     32371
02/08/2017     30444
25/06/2018     30138
15/05/2017     25394
01/08/2017     24683
06/07/2017     24582
14/07/2017     20190
21/04/2018     19829
softetechnologies