Coding Challenge · BEGINNER
In a city, a network provider is trying to ensure that all areas are covered by their signal. The city is represented as a graph where each node is an area and each edge is a direct connection between two areas. The objective is to determine if all areas are connected, meaning there is a path between any two areas. Giv…