Implements an adjacency list graph as a slice of generic nodes and includes some useful graph functions.
No description provided by the author
Copyright 2009 The Go Authors.
No description provided by the author
Implements the maximum subarray algorithm on a slice of ints.