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 |
what is c++
When did c++ add stl?
What is a standard template library (stl)?
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 .
I am doing my BS.c MATHS CAN I ABLE TO JOIN IN NIIT?
WHAT IS THE DIFFERENCE BETWEEN C++ AND VC++
how to get the sum of two integers?
How the STL's are implemented, What the difference between templates and STL?
Define the terms: field, record, table and database
give me the defination of inheritance?
What are the various types of stl containers?
what is strcture i++ i ++i answer to this i=5 what is the out put