Skip to content

jxihong/graph-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Graph and Graph Algorithms
======================================

Written By: Joey Hong

This is a compilation of my graph implementations, along with various, 
popular graph algorithms. This was inspired by a topcoder article on graphs and graph algorithms.

(https://www.topcoder.com/community/data-science/data-science-tutorials/introduction-to-graphs-and-their-data-structures-section-1/)

----------------------------------------

The main program can be compiled by typing 'make' in the bash, and 'make zip' will also create a .zip folder of all the files.

To run the program, type in the bash:

./graph-test -f <filename> or

./graph-test < <filename>

A sample input file 'graph.in' has been included to show that the file should look like.

About

C++ Graph Implementation with Common Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published