Skip to content

Open source self implemented Java library for Graph Theory algorithms and Graph traversals; assignment for the Analysis and Design of Algorithms course at the GUC.

Notifications You must be signed in to change notification settings

MarwanYoussef/JavaGraphLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analysis and Design Of Algorithms


This is an open source Java graph Library implemented on the concept of adjacency matrix.

This library feature very useful features and algorithms that are complex to implement from scratch.

The Graph Library included many complex algorithms such shortest path, BFS, DFS and Floyd Warshall algorithms and much more algorithms about graph theory!


Project is done for CSEN70X: Analysis and Design of Algorithms course during the winter 2018 semester at the German University in Cairo under supervision of Dr. Wael Aboulsaadat.

About

Open source self implemented Java library for Graph Theory algorithms and Graph traversals; assignment for the Analysis and Design of Algorithms course at the GUC.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages