« Algorithme de Prim » : différence entre les versions


(Page créée avec « == Définition == Algorithme glouton qui calcule un arbre couvrant minimal dans un graphe connexe valué et non orienté. == Français == ''' algorithme de Prim''' == A... »)
 
m (Remplacement de texte : « ↵↵↵ » par «   »)
 
(3 versions intermédiaires par 2 utilisateurs non affichées)
Ligne 1 : Ligne 1 :
== Définition ==
== Définition ==
Algorithme glouton qui calcule un arbre couvrant minimal dans un graphe connexe valué et non orienté.  
[[Algorithme glouton]] qui calcule un arbre couvrant minimal dans un graphe connexe valué et non orienté.  


== Français ==
== Français ==
Ligne 8 : Ligne 8 :
'''Prim's algorithm'''
'''Prim's algorithm'''


 
==Sources==
 
<small>
[https://fr.wikipedia.org/wiki/Algorithme_de_Prim  Source : Wikipédia ]
[https://fr.wikipedia.org/wiki/Algorithme_de_Prim  Source : Wikipédia ]


 
[[Catégorie:GRAND LEXIQUE FRANÇAIS]]
[[Catégorie:publication]]

Dernière version du 29 janvier 2024 à 11:21

Définition

Algorithme glouton qui calcule un arbre couvrant minimal dans un graphe connexe valué et non orienté.

Français

algorithme de Prim

Anglais

Prim's algorithm

Sources

Source : Wikipédia



Contributeurs: Imane Meziani, wiki