Skip to content

Commit

Permalink
Refactor solution
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Sep 25, 2024
1 parent f68fc2e commit b257021
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions solutions/beecrowd/1764/1764.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ struct arc {
std::int32_t weight;
};

struct disjoint_node {
std::int32_t node;
disjoint_node *parent;
};

std::vector< arc > arcs;
std::map< std::int32_t, std::int32_t > disjoint_set;

Expand Down

0 comments on commit b257021

Please sign in to comment.