The Algorithm Design Manual Second Edition


Exploiting Traversal



Download 5,51 Mb.
Pdf ko'rish
bet141/488
Sana31.12.2021
Hajmi5,51 Mb.
#273936
1   ...   137   138   139   140   141   142   143   144   ...   488
Bog'liq
2008 Book TheAlgorithmDesignManual

5.6.1

Exploiting Traversal

The exact behavior of bfs depends upon the functions process vertex early(),

process vertex late(), and process edge(). Through these functions, we can

customize what the traversal does as it makes its official visit to each edge

and each vertex. Initially, we will do all of vertex processing on entry, so

process vertex late() returns without action:

process_vertex_late(int v)

{

}



By setting the active functions to

process_vertex_early(int v)

{

printf("processed vertex %d\n",v);



}

process_edge(int x, int y)

{

printf("processed edge (%d,%d)\n",x,y);



}


5 . 6

B R E A D T H - F I R S T S E A R C H



165

we print each vertex and edge exactly once. If we instead set process edge to

process_edge(int x, int y)

{

nedges = nedges + 1;



}

we get an accurate count of the number of edges. Different algorithms perform

different actions on vertices or edges as they are encountered. These functions give

us the freedom to easily customize our response.




Download 5,51 Mb.

Do'stlaringiz bilan baham:
1   ...   137   138   139   140   141   142   143   144   ...   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