What is the underlying datastructure of map?
Answers were Sorted based on User's Feedback
Answer / bahbar
It is not quite a binary tree, it has too many issues on
rebalancing. It is a red-black tree.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / o saienni
Most STL implement a map as a balanced binary tree. However
the standard doesn't specify that it should be implemented
as such.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / chiranjivi kottam
Map is internally implemented as a self-balancing Binary
Search Tree.
| Is This Answer Correct ? | 3 Yes | 0 No |
why we are using the fork command?.. how it works?
Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"
Explain stl.
what is template and type convertion
Describe the elements of Microsoft Word screen. Write down steps for creating, saving, retrieving, editing and printing a document.
WHAT IS THE DIFFERENCE BETWEEN C++ AND VC++
write a piece of c++ code which allocate memory to the 50 object of type CObj
Waht is inheritance
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
how to use C++?
what is electronic software
What is stl stack?