Graph operations.
Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
Attributes
- Supertypes
Attributes
- Supertypes
- Self type
Attributes
- Supertypes
-
class MutableMapGraph[N]trait Mutable[N]trait Clearabletrait GenericGraph[N]trait Graph[N]class Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
Value members
Concrete methods
Extensions
Extensions
Breath-first search of the whole graph
Breath-first search of the whole graph
Attributes
Breath-first search of the graph starting at given node
Breath-first search of the graph starting at given node
Attributes
Depth-first search of the whole graph
Depth-first search of the whole graph
Attributes
Depth-first search of the whole graph in the given node's order
Depth-first search of the whole graph in the given node's order
Attributes
Depth-first search (recursive) of the graph starting at given node
Depth-first search (recursive) of the graph starting at given node
Attributes
Depth-first search (iterative) of the graph starting at given node
Depth-first search (iterative) of the graph starting at given node
Attributes
Merges two graphs without duplicating existing nodes
Merges two graphs without duplicating existing nodes
Attributes
Returns a new graph containing only all the transitive predecessors and successors of the given node.
Returns a new graph containing only all the transitive predecessors and successors of the given node.
Attributes
Returns a new graph containing only all the transitive predecessors and successors of the given nodes.
Returns a new graph containing only all the transitive predecessors and successors of the given nodes.
Attributes
Returns a new graph containing only all the transitive predecessors of the given node.
Returns a new graph containing only all the transitive predecessors of the given node.
Attributes
Returns a new graph containing only all the transitive predecessors of the given nodes.
Returns a new graph containing only all the transitive predecessors of the given nodes.
Attributes
Returns a new graph containing only all the transitive successors of the given node.
Returns a new graph containing only all the transitive successors of the given node.
Attributes
Returns a new graph containing only all the transitive successors of the given nodes.
Returns a new graph containing only all the transitive successors of the given nodes.
Attributes
Dijkstra algorithm finds shortest path in directed graph
Dijkstra algorithm finds shortest path in directed graph
Attributes
Dijkstra algorithm finds the shortest path in a directed graph
Dijkstra algorithm finds the shortest path in a directed graph
Attributes
Dijkstra algorithm finds all shortest paths starting at given node in directed graph
Dijkstra algorithm finds all shortest paths starting at given node in directed graph
Attributes
Dijkstra algorithm finds all shortest paths starting at given node in directed graph
Dijkstra algorithm finds all shortest paths starting at given node in directed graph