| 1 | import GraphVertex from '../../../../data-structures/graph/GraphVertex'; |
| 2 | import GraphEdge from '../../../../data-structures/graph/GraphEdge'; |
| 3 | import Graph from '../../../../data-structures/graph/Graph'; |
| 4 | import prim from '../prim'; |
nothing calls this directly
no test coverage detected