×
FREE ASSISTANCE FOR THE INQUISITIVE PEOPLE
softetechnologies
Link list - C Language
1039    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
1254    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
1231    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
1133    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
1044    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
1044    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
1096    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
1185    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
1046    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
Leo Tolstoy
However diffcult life may seem, there is always something you can do, and succeed at. It matters that you don not just give up.
Leo Tolstoy
804
50.02
Today So Far
Total View (Lakh)
softetechnologies
26/05/2018     41027
01/01/2018     35648
28/06/2017     33631
25/06/2018     32629
02/08/2017     31892
06/07/2017     26495
01/08/2017     26420
15/05/2017     26082
14/07/2017     21393
21/04/2018     20404
softetechnologies