What would we do without organization? ThinkingOutLoud.DonaldNoyes.20111121
Computer programs, particularly those which manipulate data, are built using structures and manipulations to organize data with one of its the goals being to present to a final user data in an organized and comprehensible form. Programmers use a host of DataStructures and Methods to accomplish this.
How Programmers organize data
Thanks! What about hierarchical file systems, and hierarchy-oriented databases such as IBM's IMS? Database-ness and tree-ness are mostly orthogonal issues such that grouping by tree-ness in the list above de-groups by database-ness.