Skip to content

Orientate an undirected graph into a strongly connected one.

Notifications You must be signed in to change notification settings

Ab2nour/orientate-undirected-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orientation d'un graphe non-orienté en graphe fortement connexe

Projet de L3 Informatique, en Théorie des Graphes.

Arbre de parcours d'un DFS

L'objectif principal est d'orienter un graphe non-orienté en graphe fortement connexe, lorsque ceci est possible.

Organisation des dossiers

📂 assets

Contient les ressources liées au projet (images, rapport du projet, en PDF et Latex).

📂 src

Contient le code source du projet.