package
0.0.0-20240816162523-c1683cc9cfe6
Repository: https://github.com/gyuho/learn.git
Documentation: pkg.go.dev

# Functions

BFS does breadth-first search, and returns the list of vertices.
DFS does depth-first search, and returns the list of vertices.
DFSRecursion does depth-first search recursively.
No description provided by the author
No description provided by the author
No description provided by the author
NewGraph returns a new graph.
NewGraph returns a new graph.
NewGraph returns a new graph.
NewGraphFromJSON returns a new Graph from a JSON file.
NewGraphFromJSON returns a new Graph from a JSON file.
NewGraphFromJSON returns a new Graph from a JSON file.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Edge connects between two Nodes.
Edge connects between two Nodes.
Edge connects between two Nodes.
Graph describes the methods of graph operations.
Graph describes the methods of graph operations.
Graph describes the methods of graph operations.
ID is unique identifier.
ID is unique identifier.
ID is unique identifier.
Node is vertex.
Node is vertex.
Node is vertex.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author