×
FREE ASSISTANCE FOR THE INQUISITIVE PEOPLE
softetechnologies
Link list - C Language
1343    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
1539    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
1532    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
1461    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
1344    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
1334    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
1385    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
1540    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
1353    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
Pure mathematics is, in its way, the poetry of logical ideas.
Albert Einstein
1918
58.5
Today So Far
Total View (Lakh)
softetechnologies
26/05/2018     43984
01/01/2018     36610
25/06/2018     35913
28/06/2017     34654
02/08/2017     33153
01/08/2017     27616
06/07/2017     27336
15/05/2017     26986
14/07/2017     22627
21/04/2018     21239
softetechnologies