up vote 0 down vote favorite
1
share [g+] share [fb]

Which data structures I should store the real life 'objects' in? I am not looking for computer representation. I am looking for different data structures for different item in real life access/storage etc. Is there any study on this?

Update:
Based upon comments, I should remove the 'data' from data structures and simply looking for structures to store various objects in based upon usability rules.

link|improve this question

66% accept rate
you could use object – SilentGhost Jul 2 '09 at 16:51
creating a class and identifying attribute and deciding appropriate type for those attribute. – Syed Tayyab Ali Jul 2 '09 at 16:53
What are you trying to accomplish? – CiscoIPPhone Jul 2 '09 at 17:03
I think we could help more if you expanded the question and gave us examples of what you are trying to represent / store. – Raj More Jul 2 '09 at 17:09
/agree. A data structure is a computer representation. – CiscoIPPhone Jul 2 '09 at 17:14
feedback

1 Answer

up vote 0 down vote accepted

Your question is a bit too vague to answer well, but in general you can think about using existing "objects"/models/representations of the abstract things you want to model or manipulate.

If those don't exist then you build your own.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.