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
150
ColoreoWelshPowell
marianam02
0
96
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
77
Other Decks in Programming
See All in Programming
AIと人間の共創開発!OSSで試行錯誤した開発スタイル
mae616
1
350
私はどうやって技術力を上げたのか
yusukebe
43
18k
Le côté obscur des IA génératives
pascallemerrer
0
150
NixOS + Kubernetesで構築する自宅サーバーのすべて
ichi_h3
0
840
dynamic!
moro
10
8k
Introducing ReActionView: A new ActionView-Compatible ERB Engine @ Kaigi on Rails 2025, Tokyo, Japan
marcoroth
3
1k
10年もののAPIサーバーにおけるCI/CDの改善の奮闘
mbook
0
830
Things You Thought You Didn’t Need To Care About That Have a Big Impact On Your Job
hollycummins
0
230
デミカツ切り抜きで面倒くさいことはPythonにやらせよう
aokswork3
0
240
品質ワークショップをやってみた
nealle
0
270
Swift Concurrency - 状態監視の罠
objectiveaudio
2
520
オープンソースソフトウェアへの解像度🔬
utam0k
15
2.9k
Featured
See All Featured
Into the Great Unknown - MozCon
thekraken
40
2.1k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Agile that works and the tools we love
rasmusluckow
331
21k
Designing for Performance
lara
610
69k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3k
The Straight Up "How To Draw Better" Workshop
denniskardys
238
140k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
KATA
mclloyd
32
15k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
Building Applications with DynamoDB
mza
96
6.7k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
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