We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d4674 commit 719a12eCopy full SHA for 719a12e
graph.go
@@ -36,10 +36,12 @@
36
// by composing and filtering a set of standard graphs, or by writing
37
// functions that describe the edges of a graph.
38
//
39
-// Example usage
+// Tutorial
40
41
-// The package examples show how to build plain graphs and how to efficiently
42
-// use the Visit iterator, the vital abstraction of this package.
+// The Basics example shows how to build a plain graph and how to
+// efficiently use the Visit iterator, the key abstraction of this package.
43
+//
44
+// The DFS example contains a full implementation of depth-first search.
45
46
package graph
47
0 commit comments