D
david epsom dot com dot au
hmmm - I know I had already written to much bumpf.
I'm using a string for a stack and tables for queuing.
I've found collections easier to use when I want to
index stuff that is not 'natively indexed numerically',
I count 'triangular tables' as 'multi-dimensioned', and
I haven't seen a business use for a heap that wasn't
better handled by a table. I still think that most
use of arrays will fall into one of the categories
listed, and I still count those as minority situations.
After all, how many compiler designs, slot machine
simulations, and wave propagation calculations do we
do after we leave school?
I'm not sure about the sorting though. I sort using SQL,
but my data is either in a table or from a table or going
to a table, which I took as characteristic of most business
use. However, it could just indicate my blindness to other
forms of business data.
(david)
I'm using a string for a stack and tables for queuing.
I've found collections easier to use when I want to
index stuff that is not 'natively indexed numerically',
I count 'triangular tables' as 'multi-dimensioned', and
I haven't seen a business use for a heap that wasn't
better handled by a table. I still think that most
use of arrays will fall into one of the categories
listed, and I still count those as minority situations.
After all, how many compiler designs, slot machine
simulations, and wave propagation calculations do we
do after we leave school?
I'm not sure about the sorting though. I sort using SQL,
but my data is either in a table or from a table or going
to a table, which I took as characteristic of most business
use. However, it could just indicate my blindness to other
forms of business data.
(david)