POV-Ray : Newsgroups : povray.off-topic : Reflections on employment : Re: Reflections on employment Server Time
29 Jul 2024 06:20:05 EDT (-0400)
  Re: Reflections on employment  
From: Warp
Date: 6 Dec 2012 02:54:17
Message: <50c04f29@news.povray.org>
Orchid Win7 v1 <voi### [at] devnull> wrote:
> The C# "List" class actually represents a growable array. So it has O(1) 
> index and O(1) append until the underlying array needs to be enlarged 
> (which is obviously O(n) time).

Why is C# using the wrong terminology? (Or at the very least, really
misleading?)

What that sounds more like is a dynamic array, not a list.

-- 
                                                          - Warp


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.