package
3.0.0+incompatible
Repository: https://github.com/hyperledger/fabric.git
Documentation: pkg.go.dev

# Functions

CombinationsExceed computes the number of combinations of choosing K elements from N elements, and returns whether the number of combinations exceeds a given threshold.
NewTreeVertex creates a new vertex with a given unique id and a given arbitrary data.
NewVertex creates a new vertex with given id and data.

# Structs

Tree defines a Tree of vertices of type TreeVertex.
TreeVertex defines a vertex of a tree.
Vertex defines a vertex of a graph.

# Interfaces

Iterator defines an iterator that can be used to traverse vertices of a graph.