What is the underlying datastructure of map?

Answer Posted / chiranjivi kottam

Map is internally implemented as a self-balancing Binary
Search Tree.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister

1905


Why should a c++ programmer be interested in stl?

876


Name the different types of stl containers.

943


What are stl algorithms?

911


What is stl in c++ with example?

883


Is stl open source?

893


What does stl stand for in basketball?

883


Is there any error below, its a code to delete all entires from a map #include #include iostream.h int main() { int i =0; map TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }

2165


What does stl mean in slang?

887


sir please send me bpcl previous question papers

2191


draw a flowchart that accepts two numbers and checks if the first is divisible by the second.

3140


a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.

1669


To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command

2022


Who wrote stl?

933


What are the symptoms of stl?

871