linked list

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sophia

    linked list

    Dear all,

    Is there any condition / requirement that nodes in linked list
    must be stored in contigous memory locations ?
  • Chris Dollin

    #2
    Re: linked list

    sophia wrote:
    Is there any condition / requirement that nodes in linked list
    must be stored in contigous memory locations ?
    No.

    (this is not a C question.)

    --
    "Oh, but it can be applied to almost any situation." /Tactics of Mistake/

    Hewlett-Packard Limited registered no:
    registered office: Cain Road, Bracknell, Berks RG12 1HN 690597 England

    Comment

    • harsha

      #3
      Re: linked list

      On Apr 14, 5:46 pm, sophia <sophia.ag...@g mail.comwrote:
      Dear all,
      >
      Is there any condition / requirement that nodes in linked list
      must be stored in contigous memory locations ?
      no

      Comment

      Working...