The Algorithm Design Manual Second Edition


Pointers and Linked Structures



Download 5,51 Mb.
Pdf ko'rish
bet65/488
Sana31.12.2021
Hajmi5,51 Mb.
#273936
1   ...   61   62   63   64   65   66   67   68   ...   488
Bog'liq
2008 Book TheAlgorithmDesignManual

3.1.2

Pointers and Linked Structures

Pointers are the connections that hold the pieces of linked structures together.

Pointers represent the address of a location in memory. A variable storing a pointer

to a given data item can provide more freedom than storing a copy of the item

itself. A cell-phone number can be thought of as a pointer to its owner as they

move about the planet.

Pointer syntax and power differ significantly across programming languages, so

we begin with a quick review of pointers in C language. A pointer p is assumed to



68

3 .


D A T A S T R U C T U R E S

Clinton


Jefferson

Lincoln


NIL

Figure 3.1: Linked list example showing data and pointer fields

All linked data structures share certain properties, as revealed by the following

linked list type declaration:

typedef struct list {

item_type item;

/* data item */

struct list *next;

/* point to successor */

} list;


In particular:

• Each node in our data structure (here list) contains one or more data fields

(here item) that retain the data that we need to store.



• Each node contains a pointer field to at least one other node (here next).

This means that much of the space used in linked data structures has to be

devoted to pointers, not data.

• Finally, we need a pointer to the head of the structure, so we know where to

access it.

The list is the simplest linked structure. The three basic operations supported

by lists are searching, insertion, and deletion. In doubly-linked lists, each node points

both to its predecessor and its successor element. This simplifies certain operations

at a cost of an extra pointer field per node.




Download 5,51 Mb.

Do'stlaringiz bilan baham:
1   ...   61   62   63   64   65   66   67   68   ...   488




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish