linked list

Description

Note on linked list, created by aaryan chaturvedi on 02/01/2019.
aaryan chaturvedi
Note by aaryan chaturvedi, updated more than 1 year ago
aaryan chaturvedi
Created by aaryan chaturvedi over 5 years ago
1
0

Resource summary

Page 1

a linked list is made up of nodes . linked list is a linear data structure nodes consists of two parts - 1.data 2.link to next node to declare nodes we use strucures    struct node                          {       int data;      node * link;         -in c - struct node* link;      }

Show full summary Hide full summary

Similar

Data Structures & Algorithms
Reuben Caruana
F453 Data Structures - Stacks and Queues
harvs899
F453 Data Structures - Binary Trees
harvs899
Computer Science: Structures: GCSE
louisewright528
Data representation, types and structures
bubblesthelabrad
Patient Record System- UOP-DBM/381-WEEK5
j03garcia
Glosario-EstructuraDeDatos
Eduardo Saldaña
Data types and structures, F452 Computing
Rakib
Data Structures - Abstract Data Types
Shaounak Nasikkar