data structures versus data bases???

John Roth johnroth at ameritech.net
Sat Nov 10 22:40:01 EST 2001


"husam" <husalwan at sci.kun.nl> wrote in message
news:3BED54C2.1010608 at sci.kun.nl...

>
> yes, i understand the general defenition of data bases and of data
> structures. i should in fact put the question like this:
> is a given dictionary or list of a set of data, a data base?
>

In some respect, it depends on your point of view. All of the
data structures quoted in the previous articles in the thread
are in fact collections with different access policies. Data bases
are also collections with different access policies (SQL being
by far the most popular one).

I normally think of a data structure as an abstract description
of a way to organize a collection, a collection as a concrete
example of a data structure with specific data that is in
memory, and a data base as something that is managed
by an external piece of software, called a 'data base
manager.'

John Roth





More information about the Python-list mailing list