tell about sorted linked list



tell about sorted linked list..

Answer / narendra singh

linked list means node which is connected each other with
a line. it means that each node is connected with another
one. Each node of the list hold the referance of the next
node.
if we talk about the sorted linked list , it is also a list
just like another list. but the differce is only that it
hold all the nodes in a sequantial manner either in
accending order decending order

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More STL Interview Questions

i want a road rash 3d game code if some one know please help me

1 Answers  


What are the different types of stl containers?

0 Answers  


Difference between Structure and Class in C++?

5 Answers   Caritor,


how to get the sum of two integers?

2 Answers  


write a piece of c++ code which allocate memory to the 50 object of type CObj

2 Answers  






5. Write c++ function that would intake a string and return the number of occurrences of a given character in that sring Ex:- if the word is “Colombo” and count the occurrences of the letter “o” the function would return 3

1 Answers  


c# support late binding or early binding.

6 Answers  


what is the difference between thread and process

1 Answers   Infosys,


what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?

6 Answers  


Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");

8 Answers   Sun Microsystems,


write a c++ to define a class box with length,breadth and height as data member and input value(),printvalue() and volume() as member functions.

3 Answers  


What is stl in oop?

0 Answers  


Categories