Sep 16, 2011 at 5:34pm
I've been hearing a lot about these two things but I'm not sure what they are, would anyone mind explaining what they are and how to use them?
Last edited on Sep 16, 2011 at 5:44pm
Sep 16, 2011 at 5:39pm
That was very fast, would you mind explaining to me what exactly I would use them for?
Sep 16, 2011 at 5:47pm
Dynamic memory anytime you... well need dynamic memory. For example, in a list or a tree.
As to lists - you would use those if fast insertion and removal of elements is more important than fast access.