Results 1 to 2 of 2

Thread: remove spicefic node in linked list

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2009
    Posts
    135

    remove spicefic node in linked list

    Hello,

    i am nobies in data structure and i really want to know how to remove specific node in linked list in vb.net

    thanks
    glen

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,348

    Re: remove spicefic node in linked list

    You get a reference to the desired node, either by calling Find or FindLast or else by traversing the list until you find the desired node, then you call Remove on the list and specify that node.

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