summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Graph/Implicit.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Graph/Implicit.pm b/lib/Graph/Implicit.pm
index 239bf75..78537f0 100644
--- a/lib/Graph/Implicit.pm
+++ b/lib/Graph/Implicit.pm
@@ -35,6 +35,8 @@ sub neighbors {
# traversal
+# XXX: if we can generalize @bag to allow for a heap, and store edges rather
+# than vertices in the bag, then we can implement prim with this too
sub _traversal {
my $self = shift;
my ($start, $code, $insert, $remove) = @_;