From: William Rutiser Date: 2008-04-10T22:44:46+09:00 Subject: Time needed to append an array element How does the time to append an element to an array depend on the size of the array? Is it practical to build up a large array one element at a time? Note that for a naive implementation that copies the array for each element appended, the time required would be proportional the the square of the final size of the array. Thanks Bill Rutiser