CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Sep 2008
    Posts
    48

    Is it possible to create an Indexing on Linked List

    Hi,
    When comparing Arrays with LinkedList, i observed that, we can doindexing on Arrays which is not possible in case of LinkedList as it does not use the Contigious memory for allocation, so is it possible to overcome this limitation, i mean is it possible to create contigious memroy allocation for linkedlist ?

    Pls clarify me on this.

    Thanks
    Kiran
    Last edited by rsodimbakam; September 17th, 2008 at 11:43 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured