singly linked list

On Wed, Nov 21, 2012 at 8:21 PM, shady <sinv...@gmail.com> wrote:

> which data structure among the follow has fastest sequential access ?
> i)   vector
> ii)  Singly linked list
> iii) Doubly linked list
>
> it won't be doubly linked list as it involves more pointer manipulations
> than singly linked list.......
>
> --
>
>
>

-- 


Reply via email to