Define the Linked List in data structure

Define the Linked List in data structure?

E

Expert

Verified

Linked List is one of the basic data structures. This consists of a sequence of nodes, each having arbitrary data fields and one or two (”links”) pointing to the subsequent and/or previous nodes. A linked list is a self-referential datatype since it has a pointer or link to another data of similar type. Linked lists allow insertion and removal of nodes at any point in the list into constant time, but do not permit random access.

   Related Questions in Database Management System

©TutorsGlobe All rights reserved 2022-2023.