Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 595 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 595 Bytes

graphtheory

Graph Theory Fundamentals

This is a project of mine intended to demonstrate my ability to code in Java. I will be coding using the concepts learned from Graph Theory and Complex Networks: An Introduction by Maarten van Steen.
I took a course using this book in 2012. Presently my code can simply generate a graph given two integers, one for a number of vertices and one for a number of edges. It will randomly assign endpoints to each edge. I plan to develop this program to the point where it can accurately perfom several algorithms in the field of graph theory.