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 c++

2 Answers  


When did c++ add stl?

0 Answers  


What is a standard template library (stl)?

0 Answers  


Give two integer arrays A & B.A has n elements and B has ' n-1 ' elements . A has all the elements that are there in B. But B has one missing element. Write a function that takes arrays , A & B as imnput and finds the missing element in most optised manner .

4 Answers   Zycus Infotech,


I am doing my BS.c MATHS CAN I ABLE TO JOIN IN NIIT?

2 Answers  


WHAT IS THE DIFFERENCE BETWEEN C++ AND VC++

1 Answers   Syntel,


how to get the sum of two integers?

2 Answers  


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

1 Answers   Symphony,


Define the terms: field, record, table and database

5 Answers  


give me the defination of inheritance?

5 Answers   Infosys,


What are the various types of stl containers?

0 Answers  


what is strcture i++ i ++i answer to this i=5 what is the out put

6 Answers  


Categories