...

/

Paths in Maze That Lead to Same Room

Paths in Maze That Lead to Same Room

Try to solve the Paths in Maze That Lead to Same Room problem.

We'll cover the following...

Statement

A maze consists of nn rooms numbered from 1−n1 - n, and some rooms are connected by corridors. You are given a 2D integer array, corridors, where corridors[i]=[room1,room2]corridors[i] = [room1, room2] indicates that there is a corridor connecting room1room1 and room2room2 ...