I was trying to implement Kruskals Algorithm. Getting error expected primary-expression before ‘,’ token at line 75
from main() you have to pass input array not edge
Modified Code
1 Like
from main() you have to pass input array not edge
Modified Code