Skip to content

A feature rich shell for combinatorial graph analysis. Winter Internship Project.

Notifications You must be signed in to change notification settings

adhityaswami/CGsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CGsh

Combinatorial Graph Shell

Winter Internship Project at IIT Madras, supervised by Prof. Rupesh Nasre.

Purely for academic purposes. It's pretty feature rich.

I've tested as much as possible for segfaults. If any arise, do let me know at: adhitya.s.met15@itbhu.ac.in

Run "make all" or "make graph" to compile. "make clean" deletes the binary.

./graph to run the program

Algorithms implemented are :

  1. DFS algorithm
  2. BFS algorithm
  3. Dijkstra's Shortest Path algorithm

Currently only works with integers data values for the graph, but I'm pretty sure it can be modified to work with any composite structure. Scales to quite an extent, but becomes slow for certain functions at such densities. Eg : Diameter works practically only for small graphs.

About

A feature rich shell for combinatorial graph analysis. Winter Internship Project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published