Warning: they are in spanish
- Implement a minimum spanning tree forest by modifying what was learned with Minimum Spanning Tree.
The C programng can be complie using:
make
and ejecuted using:
./dewey <input.txt> <output.txt>
./dewey tests/test_01.txt output/test_01.txt
To generate every file use:
python3 gen.py
and to check them:
python3 compare.py
GeeksforGeeks. (2021, 19 abril). Kruskal’s Minimum Spanning Tree Algorithm | Greedy Algo-2. https://www.geeksforgeeks.orgkruskals-minimum-spanning-tree-algorithm-greedy-algo-2/