Skip to content

Go implementation of Hochbaum's PseudoFlow algorithm.

License

Notifications You must be signed in to change notification settings

clbanning/pseudo

Repository files navigation

pseudo - a Go implementation of pseudoflow algorithm

A Go implementation of Hochbaum's PseudoFlow algorithm as implemented here in C that is safe for concurrent (server) use.

Documentation

... is in the usual place.

An example command-line program is cmd/pseudo/main.go.

Status

MAY NOT READY FOR PRIME TIME. Requires more testing with large data sets.