Task:“Compute the sum of all the values in the nodes of a single linked list”
The only thing is needed to solve this problem is linked list tr ...
Search results for single linked list
What is Linked List?
Posted by aleksin
Linked list is a linear collection of Self-Referential class objects, called nodes, connected by reference links. Many people tend to think of it as o ...
Insert and Remove operations on single linked list based on the Node value
Posted by CommonInterview
“Write functions Insert and Remove which add and remove nodes from ordered single linked list based on the Node value”
Operations of insertion ...
There are number of ways to solve this problem and it is really good opportunity to showcase your problem solving skills and knowledge of common data ...
“Write a function which will print values from the single linked list in the reverse order in O(n) time. No changes to the list can be made and no a ...
Find a loop in linked list
Posted by Sergei
Given single linked list find if it has a circle.
« previous1 next »
