« 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 : « ↵↵==Sources== » par « ==Sources== ») |
||
(4 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 7 : | Ligne 7 : | ||
== Anglais == | == Anglais == | ||
'''Prim's algorithm''' | '''Prim's algorithm''' | ||
==Sources== | |||
[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: |
Dernière version du 30 août 2024 à 13:49
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
Contributeurs: Imane Meziani, wiki