Categorygithub.com/waterdrink/golang_dag
modulepackage
0.0.0-20210205033624-5c916e8dba6e
Repository: https://github.com/waterdrink/golang_dag.git
Documentation: pkg.go.dev

# README

golang_dag

a dag implementation by golang

使用golang实现的有向无环图 支持对图中顶点的拓扑排序 提供两种拓扑排序,默认使用的稳定排序:

  1. TopologicalSort
  2. TopologicalSortStable

# Functions

No description provided by the author

# Variables

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

# Structs

A directed acyclic graph implementation Not thread safe, caller is responsible to ensure mutex.