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 |
Name the different types of stl containers.
Describe the elements of Microsoft Word screen. Write down steps for creating, saving, retrieving, editing and printing a document.
write a program that input four digit no and finds it is palindrome or not
what is a template?
2 Answers Amazon, BITS, IBS, Wipro,
What is stl stand for?
Is stl open source?
Write a program in C++ to concatenate two strings into third string using pointers
What are the symptoms of stl?
how to swap two numbers in a linked list without exchanging the data but only the links?
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 .
Difference between Structure and Class in C++?
Is string part of stl?