| |
GeekInterview.com > Interview Questions > Concepts > Data Structures
| Print | |
Question: Data Structure for one million named objects
Answer: If you have one million named objects and you want to store them in a data structure that lets you insert new objects quickly and search for an object by name quickly, what data structure should you use? |
| September 09, 2008 08:59:28 |
#1 |
| Hemantgupta83 |
Member Since: February 2008 Total Comments: 1 |
RE: Data Structure for one million named objects |
| Binary tree |
| |
Back To Question | |