0.3.0 - 2023-04-26
- Add a topological sort algorithm.
- Add
Array<Vertex>.toVertexArray()
andVertexArray.toTypedArray()
extension methods.
0.2.0 - 2023-04-25
- Moved algorithms to the
io.github.alexandrepiveteau.graphs.algorithms
package. - Added scope and dedicated builder interfaces to graph builders.
0.1.1 - 2023-04-25
- Added some download instructions.
0.1.0 - 2023-04-25
Initial release