INTE2023 Graph library
Go to file
adsa4926 5c92149917 -
2023-10-23 21:03:30 +02:00
src - 2023-10-23 21:03:30 +02:00
.gitignore .gitignore configured 2023-09-04 18:42:29 +02:00
pom.xml Mockito maven dependency added for mocking purposes 2023-10-11 17:33:22 +02:00
README.md added testing section to README.md 2023-09-08 21:16:08 +02:00
TeamNotes.md updated TeamNotes.md and pom.xml 2023-10-10 09:04:14 +02:00

GraphLib

// dependencies

// version

// testing

// authors

// license

Description

A Java library consisting of a graph data structure and algorithms that can be applied to it.

Usage

Graph

Some information about the class design here...


// add java after backticks for syntax highlighting in this README

// Creates a directed graph

UndirectedGraph<Integer> graph = new UndirectedGraph<>();

Subclasses

Some information about the subclasses here...


// add java after backticks for syntax highlighting in this README

Algorithms

Some information about the algorithms here...

Usage Examples

Some usage examples here...

Testing

Some information about the testing here...