Skip to content

Releases: Terae/Graph

Documentation updated, library working from C++11 to C++23

Choose a tag to compare

@Terae Terae released this 05 Sep 19:51

What's Changed

Full Changelog: v1.1.2...v1.2.1

Graph library with common search algorithms, v1.1.2

Choose a tag to compare

@Terae Terae released this 06 Feb 18:39
  • Restructuration of search algorithms
    • better usage of common algorithms
    • implementation of Dijkstra's algorithm
  • Serialization to/from JSON, to DOT, to/from own text representation

Graph library with common search algorithms, v1.1.1

Choose a tag to compare

@Terae Terae released this 25 Jan 14:50
Merge from dev, version 1.1.1

Graph library with common search algorithms, v1.1.0

Choose a tag to compare

@Terae Terae released this 17 Jan 21:19
Changing version to v1.1.0: Search algorithms implemented.

Functional graph library version 1.0.1

Choose a tag to compare

@Terae Terae released this 06 Jan 21:43
v1.0.1

Fix a problem into the test suite.