Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ minimum_spanning_tree_prims.py
File
minimum_spanning_tree_prims.py
Graphs/minimum_spanning_tree_prims.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
sys
2
from
collections
import
defaultdict
3
4
def
PrimsAlgorithm(l):
Callers
nothing calls this directly
Calls
2
PrimsAlgorithm
Function · 0.85
split
Method · 0.80
Tested by
no test coverage detected