Clone Graph at Meta
Medium64.7% acceptance
This problem has 75.0% frequency at Meta.
Problem Description
Given a reference of a node in a **[connected](<https://en.wikipedia.org/wiki/Connectivity_\(graph_theory\)#Connected_graph>)** undirected graph. Return a [**deep copy**](<https://en.wikipedia.org/wiki/Object_copying#Deep_copy>) (clone) of the graph. Each node in the graph contains a value (`int`)...
Read full problem and hintsTopics
Also asked at 17 companies
More Meta Questions
Two SumEasyBinary Tree Right Side ViewMediumLowest Common Ancestor of a Binary TreeMediumTop K Frequent ElementsMediumDiameter of Binary TreeEasy
View all Meta questions