| Author |
Collections = Data Structures?
|
Tony Lucci
Greenhorn
Joined: Sep 22, 2005
Posts: 2
|
|
|
Does the term "data structures" mean the same thing as "collections"?
|
 |
marc weber
Sheriff
Joined: Aug 31, 2004
Posts: 11343
|
|
In a broad sense, data structures are ways of storing information. Different data structures can allow for (or hinder) efficient handling of the information. Collections are examples of data structures. See this article for an overview... http://en.wikipedia.org/wiki/Data_structure
|
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
|
 |
 |
|
|
subject: Collections = Data Structures?
|
|
|