nice question, Vector are implemented as arrays so they are shifted unlike linked list.
On Sat, Oct 1, 2011 at 9:34 PM, SAMMM <[email protected]> wrote: > Just wondering when a element in a Vector is deleted/removed , is the > preceding elements r shifted left or it behave like a linked > list??????? > > For both Java and C+++ ... > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
