All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.io.github.alexandrepiveteau.graphs.NoSuchVertexException.kt Maven / Gradle / Ivy

Go to download

Model directed, undirected, weighted and unweighted graphs and perform computations on them in Kotlin multiplatform.

There is a newer version: 0.6.1
Show newest version
package io.github.alexandrepiveteau.graphs

/** An exception thrown when a [Vertex] is not found in a [UndirectedGraph]. */
public class NoSuchVertexException : NoSuchElementException("No such vertex.")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy