Thread: typeundef???

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Ugly C Lover audinue's Avatar
    Join Date
    Jun 2008
    Location
    Indonesia
    Posts
    489
    BTW,
    Doubly linked-list? What do you mean?
    An interesting linear data structure:
    http://en.wikipedia.org/wiki/Linked_list

  2. #2
    Registered User
    Join Date
    Oct 2007
    Posts
    242
    Quote Originally Posted by audinue View Post
    An interesting linear data structure:
    http://en.wikipedia.org/wiki/Linked_list
    I know what is a linked-list, I implement these generic data structures (stacks, binary trees, queues) in C#, but I always use a single linked-list, not a doubly, it's not necessary since you can do the same thing with a single one.

    cyberfish --> Yep, kinda figured. actually my questions referred to its necessity more than what it is (could understand from the code)
    Last edited by eXeCuTeR; 07-02-2008 at 04:57 PM.

Popular pages Recent additions subscribe to a feed