Directed Graph Algorithms

A straight forward Graph class with Nodes that support custom Marks.

Лицензия

Лицензия

Группа

Группа

com.github.t1
Идентификатор

Идентификатор

graph
Последняя версия

Последняя версия

1.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Directed Graph Algorithms
A straight forward Graph class with Nodes that support custom Marks.
Ссылка на сайт

Ссылка на сайт

https://github.com/t1/graph
Система контроля версий

Система контроля версий

https://github.com/t1/graph

Скачать graph

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.t1/graph/ -->
<dependency>
    <groupId>com.github.t1</groupId>
    <artifactId>graph</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.t1/graph/
implementation 'com.github.t1:graph:1.0.3'
// https://jarcasting.com/artifacts/com.github.t1/graph/
implementation ("com.github.t1:graph:1.0.3")
'com.github.t1:graph:jar:1.0.3'
<dependency org="com.github.t1" name="graph" rev="1.0.3">
  <artifact name="graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.t1', module='graph', version='1.0.3')
)
libraryDependencies += "com.github.t1" % "graph" % "1.0.3"
[com.github.t1/graph "1.0.3"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.assertj : assertj-core Необязательный jar 3.2.0

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok Необязательный jar 1.16.6

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1

Модули Проекта

Данный проект не имеет модулей.

Graph latest-version Build Status

A straight forward Graph class with Nodes that support custom Marks.

The most interesting part is the Graph#topologicalSort() method, which uses Tarjan's Strongly Connected Components Algorithm, so it can report exactly which cycles where found.

Версии библиотеки

Версия
1.0.3