mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2024-11-23 12:54:04 +00:00
[pkg] v1.41.9 published
This commit is contained in:
parent
62e55b84bd
commit
a85ea70cee
|
@ -10,7 +10,6 @@ import {PriorityQueue} from '../priority-queue';
|
|||
import type {DijkstraResult, VertexKey} from '../../types';
|
||||
import {IGraph} from '../../interfaces';
|
||||
import {Queue} from '../queue';
|
||||
import * as console from "console";
|
||||
|
||||
export abstract class AbstractVertex<V = any> {
|
||||
key: VertexKey;
|
||||
|
@ -255,7 +254,6 @@ export abstract class AbstractGraph<
|
|||
}
|
||||
}
|
||||
}
|
||||
console.log('999999', JSON.stringify(paths));
|
||||
return paths;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue