Number of Provinces

Try to solve the Number of Provinces problem.

We'll cover the following...

Statement

Given nn cities, some are directly connected, and others are not. You are given an n×nn \times n matrix called cities, where cities[i][j] =1= 1 means city ithi^{th} and city ...