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

Voici l'organisation des différents dossiers du projet :

📂 report

Contient le rapport du projet, en PDF et Latex.

📂 src

Contient le code source du projet.

📂 subject

Contient le sujet du problème ainsi que les articles en lien avec.