SlideShare a Scribd company logo
1 of 9
Download to read offline
BAHASA PEMROGRAMAN
(IKP213)
Pertemuan 7: STL map
13 Desember 2011
Algoritme Dijkstra
2


       Graf
         Himpunan verteks / node
         Himpunan edge

       Graf berbobot
         Edge   memiliki nilai / bobot
       Diberikan graf berbobot, verteks tujuan dan
        verteks awal
         Cari jarak terpendek dari verteks awal ke verteks
          tujuan

                                          STL – IKP213
Algoritme Dijkstra
3


       contoh graf sederhana untuk pembahasan




                                STL – IKP213
STL map
4


       (key, value) pair
       contoh deklarasi
       contoh assignment
       contoh iterator




                            STL – IKP213
Representasi Adjacency Map
5




                     STL – IKP213
Iterator of Iterator
6




                           STL – IKP213
Implementasi Dijkstra Algorithm
7




                       STL – IKP213
Pustaka
8


       STL Tutorial,
        http://www.yolinux.com/TUTORIALS/LinuxTutorialC++STL.html
       STL Tutorial, http://www.mochima.com/tutorials/STL.html
       STL Reference, http://www.cplusplus.com/reference/stl/
       http://tjerdastangkas.blogspot.com/search/label/ikp213




                                       STL – IKP213
AKHIR PERTEMUAN 7
Selasa, 13 Desember 2011

More Related Content

Viewers also liked

Agency User Guide
Agency User GuideAgency User Guide
Agency User Guide
mayureshp
 
Mobile,mobile, mobile
Mobile,mobile, mobileMobile,mobile, mobile
Mobile,mobile, mobile
KaKi Law
 
Week 7 Cc 1
Week 7 Cc 1Week 7 Cc 1
Week 7 Cc 1
oiwan
 
But Sales Was Not In My Job Description
But Sales Was Not In My Job DescriptionBut Sales Was Not In My Job Description
But Sales Was Not In My Job Description
Dave Gee
 

Viewers also liked (18)

MRLC Feb Reading
MRLC Feb ReadingMRLC Feb Reading
MRLC Feb Reading
 
Vortex: The Intelligent Data Sharing Platform for the Internet of Things
Vortex: The Intelligent Data Sharing Platform for the Internet of ThingsVortex: The Intelligent Data Sharing Platform for the Internet of Things
Vortex: The Intelligent Data Sharing Platform for the Internet of Things
 
presentacion
presentacionpresentacion
presentacion
 
Platform prototype for ZL Vórtice
Platform prototype for ZL VórticePlatform prototype for ZL Vórtice
Platform prototype for ZL Vórtice
 
Capsule01 Creds2008
Capsule01 Creds2008Capsule01 Creds2008
Capsule01 Creds2008
 
Agency User Guide
Agency User GuideAgency User Guide
Agency User Guide
 
Formación en centro las emociones 2
Formación en centro   las emociones 2Formación en centro   las emociones 2
Formación en centro las emociones 2
 
Mobile,mobile, mobile
Mobile,mobile, mobileMobile,mobile, mobile
Mobile,mobile, mobile
 
Designing the Mobile Experience
Designing the Mobile ExperienceDesigning the Mobile Experience
Designing the Mobile Experience
 
Presentation workshop
Presentation workshopPresentation workshop
Presentation workshop
 
Jornada de puertas abiertas 2016
Jornada de puertas abiertas 2016Jornada de puertas abiertas 2016
Jornada de puertas abiertas 2016
 
Sph 107 Ch 10
Sph 107 Ch 10Sph 107 Ch 10
Sph 107 Ch 10
 
Week 7 Cc 1
Week 7 Cc 1Week 7 Cc 1
Week 7 Cc 1
 
ikp321-svn
ikp321-svnikp321-svn
ikp321-svn
 
But Sales Was Not In My Job Description
But Sales Was Not In My Job DescriptionBut Sales Was Not In My Job Description
But Sales Was Not In My Job Description
 
Introducing the OMG DDS to the Aerospace Valley
Introducing the OMG DDS to the Aerospace Valley Introducing the OMG DDS to the Aerospace Valley
Introducing the OMG DDS to the Aerospace Valley
 
Excellent Roth IRA Alternative
Excellent Roth IRA  AlternativeExcellent Roth IRA  Alternative
Excellent Roth IRA Alternative
 
Ralph Capabilities Deck RR
Ralph Capabilities Deck RRRalph Capabilities Deck RR
Ralph Capabilities Deck RR
 

More from Anung Ariwibowo (20)

ikp213-unifikasi
ikp213-unifikasiikp213-unifikasi
ikp213-unifikasi
 
ikp213-06-horn-clause
ikp213-06-horn-clauseikp213-06-horn-clause
ikp213-06-horn-clause
 
ikp213-01-pendahuluan
ikp213-01-pendahuluanikp213-01-pendahuluan
ikp213-01-pendahuluan
 
ikd312-05-sqlite
ikd312-05-sqliteikd312-05-sqlite
ikd312-05-sqlite
 
ikd312-05-kalkulus-relasional
ikd312-05-kalkulus-relasionalikd312-05-kalkulus-relasional
ikd312-05-kalkulus-relasional
 
ikd312-04-aljabar-relasional
ikd312-04-aljabar-relasionalikd312-04-aljabar-relasional
ikd312-04-aljabar-relasional
 
ikd312-03-design
ikd312-03-designikd312-03-design
ikd312-03-design
 
ikd312-02-three-schema
ikd312-02-three-schemaikd312-02-three-schema
ikd312-02-three-schema
 
ikp213-02-pendahuluan
ikp213-02-pendahuluanikp213-02-pendahuluan
ikp213-02-pendahuluan
 
ikh311-08
ikh311-08ikh311-08
ikh311-08
 
ikh311-07
ikh311-07ikh311-07
ikh311-07
 
ikh311-06
ikh311-06ikh311-06
ikh311-06
 
ikh311-05
ikh311-05ikh311-05
ikh311-05
 
ikh311-04
ikh311-04ikh311-04
ikh311-04
 
ikp321-05
ikp321-05ikp321-05
ikp321-05
 
imsakiyah-jakarta-1433-09
imsakiyah-jakarta-1433-09imsakiyah-jakarta-1433-09
imsakiyah-jakarta-1433-09
 
ikh311-03
ikh311-03ikh311-03
ikh311-03
 
ikp321-04
ikp321-04ikp321-04
ikp321-04
 
ikp321-03
ikp321-03ikp321-03
ikp321-03
 
ikh311-02
ikh311-02ikh311-02
ikh311-02
 

ikp213-07-stl