Rename shortest_path to chained_path, which reflects its algorithm more correctly
This commit is contained in:
@@ -217,7 +217,7 @@ sub find_node {
|
||||
}
|
||||
}
|
||||
|
||||
sub shortest_path {
|
||||
sub chained_path {
|
||||
my $self = shift;
|
||||
my ($from, $to) = @_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user