2013-05-02 14:10:26 UTC
1) With regards to computer architecture, how does a computer allocate arrays and records?
2) I can see how arrays would need to be sorted and searched but do records ever need sorted? Also how are they searched? What popular algorithms(easy to understand maybe) are used with searching/snorting records? I can see searching, but wouldn't a record technically already be sorted thus not need a sort algorithm? Or would have you snort record types at one point?
Again I'm just learning this stuff so please be gentle, I am no means an expert and I apologize for my ignorance.