Results 1 to 2 of 2

Thread: Circular v/s Doubly Linked List

  1. #1

    Default Circular v/s Doubly Linked List

    What is the major difference between the both and which one is better for operation please consider best, average and worst care of searching operation for both and what would be probability of worst case in both? which one should be chosen for a large organisation data?

  2. #2
    Join Date
    Apr 2020
    Posts
    704

    Default

    In a singly linked circular linked list, each node has a pointer that points to the next node in the list. The last node in the list points back to the first node. In a doubly linked circular linked list, each node has pointers that point to both the next node and the previous node.

Similar Threads

  1. Share Elite Proxy List
    By puttyproxy in forum Software & Hardware
    Replies: 1
    Last Post: 08-20-2021, 10:47 AM
  2. Give the some article site list
    By riprook7 in forum Web Hosting Community
    Replies: 3
    Last Post: 04-23-2016, 05:50 AM
  3. webmaster forums list
    By expertali in forum Web Hosting Solutions
    Replies: 4
    Last Post: 01-28-2013, 11:27 AM
  4. list of trustworthy Windows hosts
    By vinrar in forum Web Hosting Solutions
    Replies: 10
    Last Post: 11-16-2010, 02:48 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
  •