Thread: Circular linked list

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    For it to be Circular the new node needs to have the node before pointing to it.
    Note: I am far from being a expert of Circular link lists.

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

  2. #2
    Registered User
    Join Date
    May 2021
    Posts
    66
    Quote Originally Posted by stahta01 View Post
    For it to be Circular the new node needs to have the node before pointing to it.
    Note: I am far from being a expert of Circular link lists.

    Tim S.
    Can you describe little bit ? perhaps pseudo code will help a lot

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Circular Linked List.
    By TheGreekMan2000 in forum C Programming
    Replies: 6
    Last Post: 05-23-2020, 09:29 AM
  2. circular linked->list help
    By The Brain in forum C++ Programming
    Replies: 8
    Last Post: 10-21-2004, 11:12 AM
  3. Circular linked list
    By campermama in forum C++ Programming
    Replies: 7
    Last Post: 06-15-2004, 11:53 AM
  4. Circular Linked list ....
    By yescha in forum C Programming
    Replies: 1
    Last Post: 11-17-2001, 03:41 AM
  5. Again, Circular Linked list ???
    By yescha in forum C Programming
    Replies: 2
    Last Post: 11-16-2001, 08:35 PM

Tags for this Thread