| |
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? |
| October 10, 2009 06:20:54 |
#7 |
| dwaramkavithareddy |
Member Since: October 2009 Total Comments: 1 |
RE: Data Structure for one million named objects |
| AVL trees |
| |
Back To Question | |