×
FREE ASSISTANCE FOR THE INQUISITIVE PEOPLE
softetechnologies
Link list - C Language
793    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
978    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
848    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
777    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
771    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
764    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
811    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
828    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
764    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
Swami Vivekananda
Fill the brain with high thoughts, highest idrals, place them day and night before you, and out of that will come great work.
Swami Vivekananda
1925
38.76
Today So Far
Total View (Lakh)
softetechnologies
01/01/2018     34311
28/06/2017     30951
26/05/2018     30900
02/08/2017     28863
25/06/2018     26241
15/05/2017     24612
01/08/2017     23466
06/07/2017     23189
21/04/2018     19221
14/07/2017     18486
softetechnologies