Difference between singly linked list and circular linked list


Asked by admin @ in Computer Science viewed by 316 People


Explain the difference between a circular linked list and a singly linked list

Answered by admin @



Circular linked list.....

1)Two pointers are maintained in a node of circular list, one will keep the address of first previous node and first next node in sequence.

²)In circular list, we can move backward as well as forward direction as each node keeps the address of previous and next node in sequence.

3)During deletion, we have to keep only one node address i.e the node to be deleted. This node will give the address of previous node automatically.

Singly linked list......

1)Only one pointer is maintained in a node of singly list which contains the address of next node in sequence another will keep the address of.

2)In singly, we can not move in backward direction because each in node has next node pointer which facilitates us to move in forward direction.

3)During deletion of a node in between the singly list, we will have to keep two nodes address one the address of the node to be deleted and the node just previous of it.

plz mark it as a brainlist..........


Similar Questions

Difference between doubly linked list and circular linked list

Asked by admin @ in Chemistry viewed by 308 persons

Difference between circular linked list and doubly linked list in tabular form

What's the difference between a bibliography and a reference list

Asked by admin @ in English viewed by 325 persons

What is the difference between a bibliography and a citation? A. A bibliography is a separate document that lists all of the sources used; a citation is an in-text list …

Difference between linear and circular motion in tabular form

Asked by admin @ in Physics viewed by 392 persons

Give differences between linear motion and circular motion.

Difference between union list state list and concurrent list

Asked by admin @ in Political Science viewed by 339 persons

What are Union list, state list and concurrent list

List the differences between clayey soil and sandy soil

Asked by admin @ in Biology viewed by 283 persons

Difference between clayey soil ,loamy soil ,sandy soil

List the similarities and differences between aerobic and anaerobic

Asked by admin @ in Science viewed by 321 persons

List the similarities and difference between aerobic and anaerobic respiration ​

In linked list implementation a node carries information regarding

Asked by admin @ in Computer Science viewed by 296 persons

In Linked List implementation, a node carries information regarding ___________ * DataLinkData and LinkNodeother​

Difference between uniform linear motion and uniform circular motion

Asked by admin @ in Physics viewed by 261 persons

What is the difference between uniform motion in a straight line and circular motion?

List the difference between clay soil and sandy soil

Asked by admin @ in Social Sciences viewed by 287 persons

List the differences between clayey soil and sandy soil

List the difference between clayey soil and sandy soil

Asked by admin @ in Social Sciences viewed by 319 persons

List the differences between clayey soil and sandy soil

What is the difference between active link and visited link

Asked by admin @ in Computer Science viewed by 306 persons

What is the difference between active link and visited link?

List the similarities and differences between aerobic and anaerobic respiration

Asked by admin @ in Science viewed by 341 persons

List the similarities and difference between aerobic and anaerobic respiration ​

List three different physical activities

Asked by maham237 @ in Health viewed by 339 persons

List three different physical activities. Next, explain different health-related benefits from each of the activities.

Assign negativecntr with the number of negative values in the linked list.

Asked by maham237 @ in Computers And Technology viewed by 957 persons

C program, Assign negativeCntr with the number of negative values in the linked list, including the list head.#include #include typedef struct IntNode_struct { int dataVal; struct IntNode_struct* nextNodePtr; } IntNode; …

List and define the two different types of federal courts

Asked by admin @ in History viewed by 316 persons

What are the two main types of federal courts? A. state and federal B. municipal and supreme C. constitutional and special D. constitutional and tribunal

Most viewed questions in Computer Science


A programmer mistakenly writes gor instead of for

Asked by admin @ in Computer Science viewed by 19035 persons


Domestic data entry operator ncert book class 9 solutions

Asked by admin @ in Computer Science viewed by 15823 persons


Information technology code 402 class 9 solutions chapter 1

Asked by admin @ in Computer Science viewed by 10981 persons



Ncert solutions for class 8 computer chapter 1 computer system

Asked by admin @ in Computer Science viewed by 10413 persons


A scrum team works on a 4 weeks sprint

Asked by admin @ in Computer Science viewed by 8727 persons


Which of the following occupies more memory in c

Asked by admin @ in Computer Science viewed by 8150 persons



A database of motor vehicles has the base entity

Asked by admin @ in Computer Science viewed by 7850 persons


The network architecture can be termed as a mcq

Asked by admin @ in Computer Science viewed by 6497 persons


Cat5 and cat6 cabling refer to which reference model layer

Asked by admin @ in Computer Science viewed by 5801 persons



Class 7 computer chapter 3 questions and answers

Asked by admin @ in Computer Science viewed by 5703 persons


Choose the correct options about usability and user experience

Asked by admin @ in Computer Science viewed by 5484 persons


Which advocates daily team meetings for coordination and integration

Asked by admin @ in Computer Science viewed by 4991 persons



Which three security features match the database security level

Asked by admin @ in Computer Science viewed by 4982 persons


Which of the dbms package is not available

Asked by admin @ in Computer Science viewed by 4695 persons


________ aid a business grow and attain its objectives

Asked by admin @ in Computer Science viewed by 4496 persons