Top Categories

CIRCULAR LINKED LIST (CREATE AND DISPLAY) - DATA STRUCTURES
  • Category:
  • Sub Category:
  • cse
  • list creation
  • linked lists
  • KANTHETY
  • SUNDEEP
  • SARADHI
  • nodes
  • lists
  • queues
  • ds basics
No Views

Circular Linked list is a collection of nodes which are not necessary to be in adjacent memory locations. Each node contains 2 fields. 1. Data Field 2. Next field ( or ) pointer field ( or ) address field Data field:- Data field contains values like 9, 6.8, ‘a’ , “ramu” ,

Comments

You Might Be Interested In