cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
data structure
data structure
Aug 29, 2013 at 6:20pm UTC
ankushnandan
(64)
can anyone suggest me data structure that is stored in pair and can be accessed with O(1)?
Aug 29, 2013 at 6:22pm UTC
giblit
(3750)
maybe pair?
http://www.cplusplus.com/reference/utility/pair/
Aug 29, 2013 at 6:23pm UTC
Josue Molina
(281)
That's called a dictionary.
http://en.wikipedia.org/wiki/Associative_array
Topic archived. No new replies allowed.