Coding Challenge · ADVANCED
In a city, a network of computers is connected by cables. Each cable has a certain length, and the goal is to optimize the network by minimizing the total length of cables used while ensuring all computers remain connected. Given a list of cables, each represented by a pair of computers and the cable length, determine …