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

commonMain.io.github.alexandrepiveteau.graphs.NoSuchEdgeException.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 an [Edge] is not found in a [UndirectedGraph]. */
public class NoSuchEdgeException : NoSuchElementException("No such edge.")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy