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

what is an algorithm in terms of STL?

1 Answers   Lucent, Wipro,


Is string part of stl?

1 Answers  


Define stl.

1 Answers  


How is stl different from c++ standard library?

1 Answers  


Explain when u will use Observer pattern and how u will implement in c++ .

1 Answers  


tell about sorted linked list

1 Answers  


what is electronic software

1 Answers  


What does stl stand for in basketball?

1 Answers  


why does the execution of a c++ program start with main()???

11 Answers  


Write a program in C++ to concatenate two strings into third string using pointers

5 Answers  


How do I convert a stl file?

1 Answers  


How the STL's are implemented, What the difference between templates and STL?

1 Answers   Symphony,


Categories