Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Prim
Search
MarianaM02
May 30, 2022
Programming
0
180
Prim
Prim
MarianaM02
May 30, 2022
Tweet
Share
More Decks by MarianaM02
See All by MarianaM02
ColoreoSecuencial
marianam02
0
140
ColoreoWelshPowell
marianam02
0
95
ColoreoMatula
marianam02
0
150
ColoreoMatulaPorColor
marianam02
0
140
Kruskal
marianam02
0
200
DFS
marianam02
0
190
BFS
marianam02
0
190
Dijkstra
marianam02
0
180
APIs
marianam02
0
75
Other Decks in Programming
See All in Programming
AIコーディングAgentとの向き合い方
eycjur
0
270
アルテニア コンサル/ITエンジニア向け 採用ピッチ資料
altenir
0
100
アセットのコンパイルについて
ojun9
0
120
rage against annotate_predecessor
junk0612
0
170
知っているようで知らない"rails new"の世界 / The World of "rails new" You Think You Know but Don't
luccafort
PRO
1
110
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
590
為你自己學 Python - 冷知識篇
eddie
1
350
個人軟體時代
ethanhuang13
0
320
Reading Rails 1.0 Source Code
okuramasafumi
0
140
Android端末で実現するオンデバイスLLM 2025
masayukisuda
1
150
[FEConf 2025] 모노레포 절망편, 14개 레포로 부활하기까지 걸린 1년
mmmaxkim
0
1.6k
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
440
Featured
See All Featured
Building Adaptive Systems
keathley
43
2.7k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Into the Great Unknown - MozCon
thekraken
40
2k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
Balancing Empowerment & Direction
lara
3
620
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Why Our Code Smells
bkeepers
PRO
339
57k
Site-Speed That Sticks
csswizardry
10
810
Transcript
Algoritmo de Prim E I A B F J C
G D H 10 15 8 11 3 9 19 21 9 30 25 28 32 7 Origen = A
Algoritmo de Prim E I A B F J C
G D H 10 15 8 11 3 9 19 21 9 30 25 28 32 7
Algoritmo de Prim E I A B F J C
G D H 10 15 8 11 3 9 19 21 9 30 25 28 32 7
Algoritmo de Prim E I A B F J C
G D H 10 15 8 11 3 9 19 21 9 30 25 28 32 7
Algoritmo de Prim E I A B F J C
G D H 10 15 8 11 3 9 19 21 9 30 25 28 32 7
Algoritmo de Prim E I A B F J C
G D H 10 15 8 11 3 9 19 21 9 30 25 28 32 7
Algoritmo de Prim E I A B F J C
G D H 10 15 8 11 3 9 19 21 9 30 25 28 32 7
Algoritmo de Prim E I A B F J C
G D H 10 15 8 11 3 9 19 21 9 30 25 28 32 7
Algoritmo de Prim E I A B F J C
G D H 10 15 8 11 3 9 19 21 9 30 25 28 32 7 H –D (15) es el menor pero provocaría un ciclo. Se toma I-F (19)
Algoritmo de Prim E I A B F J C
G D H 10 15 8 11 3 9 19 21 9 30 25 28 32 7 A –F (21) es el menor pero provocaría un ciclo. Se toma F-C (25) Fin del algoritmo Todos los vértices pertenecen al árbol