mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-04 11:07:00 +08:00
Remove `using namespace std;` in greedy_algorithms/kruskals_minimum_spanning_tree.cpp * remove using namespace std * change static C array to vector * change vector to array and remove global variable